We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2024-12-12 07:58:53 crawl4ai-hub-arm64-1 | Error in thread execution: litellm.AuthenticationError: AuthenticationError: OpenAIException - Error code: 401 - {'error': {'message': 'Incorrect API key provided: no-token. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}
The text was updated successfully, but these errors were encountered:
@americaanspirit Hi, could you please share the code snippet? I want to see how you're calling the docker server and then see how it goes.
Sorry, something went wrong.
I was able to fix it by sending api-key in the request for llm scrapes is this how its supposed to be?
@americaanspirit Yes, you're right. You can always pass the api token like that.
unclecode
No branches or pull requests
2024-12-12 07:58:53 crawl4ai-hub-arm64-1 | Error in thread execution: litellm.AuthenticationError: AuthenticationError: OpenAIException - Error code: 401 - {'error': {'message': 'Incorrect API key provided: no-token. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}
The text was updated successfully, but these errors were encountered: