A ChatGPT Discord bot written in Kotlin, made for fun!
java -jar ChatGPT-Discord-1.0.jar
- If you are using this bot for the first time, it will generate a config.json file.
- Put your ChatGPT token and Discord token into
"chatGPTToken":""
and"discordToken":""
- Run it again. You should be good to go now.
You can configure the settings of the model, temperature, topP, etc. in the configuration file. For more information on these settings, refer to the OpenAI documentation at https://platform.openai.com/docs/api-reference/models and https://platform.openai.com/docs/api-reference/completions.