Replies: 2 comments
-
Same question here. 👀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
openai_api_base |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Does anyone can help me with redirect langchain OpenAI llm to enterprise OpenAI base path in Python?
I saw an implemention like this in JS:
const chatModel = new OpenAIChat({
model_name: "gpt-3.5-turbo",
openai_api_base: "https://your-api-endpoint.com"
});
But I cannot make it work in Python using similar method. Any idea about this?
Beta Was this translation helpful? Give feedback.
All reactions