-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used a third-party API and changed the base URL,but there is nothing #420
Comments
Can using a direct API connection solve the issue? |
Yes, direct API connection is better. @2265393080 It's a little strange that you are getting new logs at all on the backend besides the connection open connection closed. Are you seeing notifs on the front-end? |
Hi @abi I have the same issue here. I am using custom url. I only set OpenAI key and URL in .env. But the models were set to "Models used for generation: ['anthropic', 'openai']" somehow. Thank you in advance. |
Is option 2 working for you? I would make sure to clear any backend/.env of ANTHROPIC_API_KEY and make sure the front-end popup is empty as well. It should only use the Claude models if the Anthropic key is set. |
Hi, I should have created a different issue yesterday as this report a different error. However, thank you for your patient reply. I would let you know if there are any updates for my issue. |
The text was updated successfully, but these errors were encountered: