Replies: 3 comments 2 replies
-
do this way
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@talhaanwarch, thanks that works! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@talhaanwarch , do you know which model is use by default if model name is not supplied? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The following serpapi code works. But I got this message.
/usr/local/lib/python3.10/dist-packages/langchain/llms/openai.py:171: UserWarning: You are trying to use a chat model. This way of initializing it is no longer supported. Instead, please use:
from langchain.chat_models import ChatOpenAI
warnings.warn(
What should I change?
I dont get an error when llm
Beta Was this translation helpful? Give feedback.
All reactions