knrd1 / chatgpt

ChatGPT IRC bot
https://github.com/knrd1/chatgpt
MIT License
36 stars 7 forks source link

move more to config file #9

Closed takenek closed 1 year ago

takenek commented 1 year ago

Maybe move to config file this too?

        model="text-davinci-003",
        temperature=0.8,
        max_tokens=300,
        top_p=1,
        frequency_penalty=0,
        presence_penalty=0
knrd1 commented 1 year ago

These variables rarely need to be changed, unless you really want to play with API call parameters. I will leave them in main code.