ValidationError: Client.__init__() got an unexpected keyword argument 'proxies' with ChatGroq #30948
Unanswered
gargumang411
asked this question in
Q&A
Replies: 1 comment
-
It doesn't look like Not sure the issue here, can you update to the latest versions? |
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.
-
Checked other resources
Commit to Help
Example Code
Description
I'm building a Streamlit app using
langchain-groq==0.3.2
andgroq==0.8.0
, but I get this error when initializingChatGroq
:ValidationError: 1 validation error for ChatGroq
root
Client.init() got an unexpected keyword argument 'proxies'
(type=type_error)
Code:
Beta Was this translation helpful? Give feedback.
All reactions