docs/integrations/chat/openai/ #27662
Replies: 8 comments 6 replies
-
berikan contoh pembangunan infrastruktur |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Does Langchain support the new GPT o1 / o1-mini models? Trying to pass model to the ChatOpenAI returns error: "Unsupported parameter: 'temperature' is not supported with this model." |
Beta Was this translation helpful? Give feedback.
-
Is the model 'gpt-4o-2024-11-20' available to use with ChatOpenAI? And the same for 'o1'. |
Beta Was this translation helpful? Give feedback.
-
Up until a few days ago, I was able to run the line "from langchain_openai import ChatOpenAI", but now I'm receiving the following error message "ImportError: cannot import name 'convert_to_openai_image_block' from 'langchain_core.messages' (/usr/local/lib/python3.11/dist-packages/langchain_core/messages/init.py)". Any ideas on what's going wrong and how to fix it? |
Beta Was this translation helpful? Give feedback.
-
I'm running langchain-openai v0.3.16 and I have some trouble with the "use_responses_api": True parameter. I tried setting both inside and outside kwargs and it didn't work llm_long_context_tool_use = ChatOpenAI(model="o4-mini", |
Beta Was this translation helpful? Give feedback.
-
Is possible to work with OpenAI threads for chat context? I need integrate the openai threads and response streams to handle chat context. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to use the built-in tools with a tool I've defined as a function? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/chat/openai/
This notebook provides a quick overview for getting started with OpenAI chat models. For detailed documentation of all ChatOpenAI features and configurations head to the API reference.
https://python.langchain.com/docs/integrations/chat/openai/
Beta Was this translation helpful? Give feedback.
All reactions