-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation of Langchain with Javascript is not good at all #562
Comments
Hi @yours7himanshu , what are you looking to accomplish? The langchain api key isn't somethign ChatGroq expects. To activate tracing you'd set both LANGCHAIN_API_KEY (or LANGSMITH_API_KEY) and LANGSMITH_TRACING=true in your environment, but your code doesn't have to be aware of that |
@hinthornw i had removed that too but still don't know i am getting this warning and and error with invalid api key don't know why even though in my opinion i am doing correctly i had used .env file to store api keys and using it. AuthenticationError: 401 {"error":{"message":"Invalid API Key","type":"invalid_request_error","code":"invalid_api_key"}} |
And is the API key correct? |
Yes it's 100% correct
…On Fri, Dec 6, 2024, 5:36 AM William FH ***@***.***> wrote:
And is the API key correct?
—
Reply to this email directly, view it on GitHub
<#562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2TEW6GXE5Z2MCDSSMAIPKD2EDS7BAVCNFSM6AAAAABS6UQXYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRRG43DMMRUHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@akira @nfcampos
Facing issue on passing the Grok api key and langchain api key here is the code i had wrote but its showing invalid api key eventhough i passed it correctly...check the code attached with the screenshot-
The text was updated successfully, but these errors were encountered: