RafalWilinski / telegram-chatgpt-concierge-bot

Interact with OpenAI's ChatGPT via Telegram and Voice.
https://chatwithcloud.ai
1.13k stars 110 forks source link

ChatModel not being used? #9

Open umaar opened 1 year ago

umaar commented 1 year ago

Great project! Noticed ChatModel is unused: https://github.com/RafalWilinski/telegram-chatgpt-concierge-bot/blob/e582736365d600150f179831edd2378fa469471e/src/index.ts#L9

Is that because chatWithTools.ts does everything you need? Note, this file doesn't appear to include the prompt that the unsed chat.ts had.