You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, in the init.py code, there are several places where it prints "GPT-3
result" or says it's a GPT-3 result in the comments while specifying "ada"
as the engine (attached an example, buy you can also ctrl-f for "GPT"). Ada
would just be GPT-1. It would probably be clearest to say Open-AI API
result wherever the engine can be changed and isn't hard coded as davinci
On Tue, Feb 23, 2021, 11:16 AM Bram Adams ***@***.***> wrote:
In the logs, you mean? The engine should be output in the log itself.
logger.debug("""CONFIG:
Prompt: {0}
Temperature: {1}
Engine: {2}
Max Tokens: {3}
Top-P: {4}
Stop: {5}
Presence Penalty {6}
Frequency Penalty: {7}
Echo: {8}
N: {9}
Stream: {10}
Log-Probs: {11}
Best Of: {12}
Logit Bias: {13}"""
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4ANH3ORWCBFIQIFATT2ZLTAPWH5ANCNFSM4XXUVLWA>
.
No description provided.
The text was updated successfully, but these errors were encountered: