You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not officially support self-built models, please refer to #27
The new openai api supports base url, but this is only used to forward requests to openai, not for a self-built service. You can return to the old version of openai api (still compatible in ChatDev) or discuss the self-built service issues in the new openai api in our discord.
in newer update
set OPENAI_API_KEY=sk-dummy1234
set OPENAI_API_BASE=http://localhost:1234/v1
These commands are not taking effect. Instead of communicating with the local server, they are trying to connect to the open-ai website.
The text was updated successfully, but these errors were encountered: