OthersideAI / chronology

MIT License
893 stars 189 forks source link

Completion specifies engine as "ada" but then says it's a "GPT-3" result at the end. #3

Open patrickwalton opened 3 years ago

bramses commented 3 years ago

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}"""
patrickwalton commented 3 years ago

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 notifications@github.com 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 https://github.com/OthersideAI/chronology/issues/3#issuecomment-784408013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4ANH3ORWCBFIQIFATT2ZLTAPWH5ANCNFSM4XXUVLWA .