-
Notifications
You must be signed in to change notification settings - Fork 738
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
Status Code 400 #1063
Comments
@Vairal77 Hello. Are you running skyvern with docker images in Windows? how are you running it? What is your |
Facing the same issue. All tasks are failing. I have used OpenAI API and set LLm as OPENAI_GPT4_TURBO. ANTHROPIC_API_KEY is false. Running with docker images in Windows |
@wintonzheng good day? I'm running a docker container as per the installation instructions. Using ANTHROPIC_CLAUDE3_SONNET and I've set the API key in env |
https://github.com/Skyvern-AI/skyvern?tab=readme-ov-file#environment-variables To set up anthropic sonnet 3 or 3.5, please make sure these environment vars are set in the .env file:
@Vairal77 @adya14 If this still doesn't work, please share your error logs if any with me by inspecting the skyvern api service - Happy to debug together if that's preferred. [email protected] or join our discord |
Thank you for your speedy response. I have shared the error logs as well as the LLM Environment I have set. Seems to be looking for OpenAI despite setting to anthropic sonnet 3.5 - Regards |
I found the issue in my case was I was using Open AI, but I didn't have Anyways, the error message should probably indicate the LLM_KEY isn't set |
I am using Azure API |
@Vairal77
|
@dginovker great suggestion. Will add error messages and fail hard if env vars are not set up correctly: #1084 |
I've set ANTHROPIC_CLAUDE3.5_SONNET and API Key for said LLM in docker-compose.yml and env.example. ENABLE_OPENAI=false and ENABLE_ANTHROPIC=true on both docker-compose.yml and env.example. I don't understand, unless there's a file somewhere that sets OPENAI_GPT4O as the default LLM thus the API call error? I don't know ... |
@Vairal77 Did you recreate the docker container by running Only update the docker compose file without recreating the containers won't update the configuration for containers. |
LLM_KEY=OPENAI_GPT4V, my open ai api key in OPEN_API_KEY and also adding a billing for my org in the open ai platform, adding $10, and waiting a few minutes got it working for me |
@tgaldes we highly recommend using GPT-4O instead of GPT-4V -- 4O is cheaper and better haha |
Hello? I keep getting Error Creating Task from Prompt. The example tasks return Max Retries error. I'm on Windows using Claude 3 Sonnet. Regards
The text was updated successfully, but these errors were encountered: