Open maakuth opened 1 year ago
@maakuth could we merge this :)
Only somebody with write permission to the original repo can merge it.
Hi @maakuth, really appreciate the fix! The dependencies update didn't work for me though. Did anything change since 8eaf628 ?
Ahh it was my bad. I wasn't at head of the master branch, duh. Sorry for the @ !
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, [...]
docker build results in error without the package.json updates.