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

🛠️ feat: Azure OpenAI Assistants File Downloads #3653

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

danny-avila
Copy link
Owner

@danny-avila danny-avila commented Aug 15, 2024

Summary

Closes #3216

  • Modified the file download route to support Azure OpenAI Assistants
  • Introduced an endpoint mapping for OpenAI and Azure file sources

Other Changes

  • Added a VSCode launch configuration for debugging LibreChat in production mode

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Testing

To test these changes:

  1. Attempt to download a file from an Azure OpenAI Assistant
  2. Verify that the file downloads correctly without errors
  3. Use the new VSCode debug configuration to launch LibreChat in debug mode
  4. Confirm that breakpoints are hit and debugging functions as expected

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • I have made pertinent documentation changes
  • My changes do not introduce new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@danny-avila
Copy link
Owner Author

@tommartens1997 let me know if this addresses the issue as done in your PR #3599

I tried testing with azure assistants but running into rate limit errors anytime I use code interpreter to generate files.

@danny-avila danny-avila linked an issue Aug 15, 2024 that may be closed by this pull request
1 task
@danny-avila danny-avila merged commit bcde0be into main Aug 15, 2024
2 checks passed
@danny-avila danny-avila deleted the fix/azure-asst-downlaod branch August 15, 2024 13:10
kenshinsamue pushed a commit to intelequia/LibreChat that referenced this pull request Sep 17, 2024
BertKiv pushed a commit to BertKiv/LibreChat that referenced this pull request Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Azure OpenAI Assistants Downloads error
1 participant