phplego / openai-tg-bot

OpenAI Telegram bot written in Golang
0 stars 0 forks source link

What is the command of the bot? #1

Open AndoKaguya opened 1 year ago

AndoKaguya commented 1 year ago

What is the command of the bot? And I want to know whether it is text-davinci-003.

phplego commented 1 year ago

Yes, it is text-davinci-003 It can be changed here in main.go: image

Regarding "command". There is no command. Any text message sent to bot will go to OpenAI api, and response will be send to the user as reply

AndoKaguya commented 1 year ago

Thank u~