NineOceans
NineOceans
> @clefourrier this error keep pops up, but if i use only one sample then it works fine so i don't know what's the problem I have a method that...
gpt-3.5-turbo only support up to 4096 tokens. It is not concerning the MAX HISTORY MESSAGE SIZE. You just need to set MAX TOKENS to a value lower than 4096(e.g. 2048?),...
This issue is similar to https://github.com/anse-app/anse/issues/1. This project does not support setting environment variables now. However, if your project (source code) is not public, you can try: ```typescript // src/providers/openai/api.ts...