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
When I run my QA chain, I get this error:
"This is a chat model and not supported in the v1/completions endpoint"
I tried upgrading my OpenAI version to 1.51.2 and then encountered this error:
"module 'openai' has no attribute 'api_base'. Did you mean: 'api_type'?"
Any help would be greatly appreciated! Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello, I'm having trouble using the
gpt-4-o-mini
model with LangChain or OpenAI alongside GPTCache.Any idea how to solve it? Also, could you please share your OpenAI and GPTCache versions?
Here is my current setup:
When I run my QA chain, I get this error:
"This is a chat model and not supported in the v1/completions endpoint"
I tried upgrading my OpenAI version to 1.51.2 and then encountered this error:
"module 'openai' has no attribute 'api_base'. Did you mean: 'api_type'?"
Any help would be greatly appreciated! Thanks in advance.
The text was updated successfully, but these errors were encountered: