cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.29k stars 485 forks source link

Update and add gpt4turbo #193

Open maakuth opened 7 months ago

maakuth commented 7 months ago

docker build results in error without the package.json updates.

mstoyanovv commented 7 months ago

@maakuth could we merge this :)

maakuth commented 7 months ago

Only somebody with write permission to the original repo can merge it.

Vuthric commented 7 months ago

Hi @maakuth, really appreciate the fix! The dependencies update didn't work for me though. Did anything change since 8eaf628 ?

Vuthric commented 7 months ago

Ahh it was my bad. I wasn't at head of the master branch, duh. Sorry for the @ !

Vuthric commented 7 months ago

fyi we also need to add gpt-4-1106-preview to maxTokensByModel in openai.ts

export const maxTokensByModel = { "gpt-4-1106-preview": 8192, "gpt-3.5-turbo": 4096, "gpt-4": 8192, [...]