danneu / telegram-chatgpt-bot

a Telegram ChatGPT bot that supports text prompts and two-way voice memos
35 stars 8 forks source link

feat: add davinci model #11

Closed danneu closed 1 year ago

danneu commented 1 year ago

Closes #9

database change:

alter table prompts add column model text not null default 'gpt-3.5-turbo';