Open umaar opened 1 year ago
Great project! Noticed ChatModel is unused: https://github.com/RafalWilinski/telegram-chatgpt-concierge-bot/blob/e582736365d600150f179831edd2378fa469471e/src/index.ts#L9
ChatModel
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.
chatWithTools.ts
chat.ts
Great project! Noticed
ChatModel
is unused: https://github.com/RafalWilinski/telegram-chatgpt-concierge-bot/blob/e582736365d600150f179831edd2378fa469471e/src/index.ts#L9Is that because
chatWithTools.ts
does everything you need? Note, this file doesn't appear to include the prompt that the unsedchat.ts
had.