Skip to content
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

[Bug]: Azure OpenAI Assistants Downloads error #3216

Open
1 task done
kezzzsVS opened this issue Jun 27, 2024 · 0 comments
Open
1 task done

[Bug]: Azure OpenAI Assistants Downloads error #3216

kezzzsVS opened this issue Jun 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kezzzsVS
Copy link

What happened?

Attempting to download generated files from Azure OpenAI Assistants results in a 500 Internal Server Error.
I can confirm that the generated file is available to download correctly from the Azure OpenAI Studio.

Steps to Reproduce

  1. Setup an assistant with Code Interpreter enabled
  2. Use assistant and ask to generate a text file containing a random paragraph
  3. The file will be generated
  4. Click the download link with Chrome Dev Tools open, and check the network tab to observe the 500 Internal server error

What browsers are you seeing the problem on?

No response

Relevant log output

/app/api/logs $ cat error-2024-06-27.log 
{"level":"error","message":"Error downloading file: Assistants API key not provided. Please provide it again.","stack":"Error: Assistants API key not provided. Please provide it again.\n    at initializeClient (/app/api/server/services/Endpoints/assistants/initializeClient.js:54:11)\n    at /app/api/server/routes/files/files.js:116:32\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}
/app/api/logs $

Screenshots

image

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kezzzsVS kezzzsVS added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant