-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Attachments: Enhancements , strategy specific to certain LLMs #1733
base: main
Are you sure you want to change the base?
Conversation
@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1733 +/- ##
==========================================
- Coverage 29.59% 29.13% -0.46%
==========================================
Files 85 85
Lines 4957 5069 +112
==========================================
+ Hits 1467 1477 +10
- Misses 3490 3592 +102 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- Files are stored as
<settings.UPLOAD_FOLDER>
/<user>
/attachments/ObjectId
/filename.ext- Show warning(!) on failing uploads to the frontend
- Add functionality to remove files(x)
- OpenAI specific approach to send files(pdfs/docs for now)
{'role': 'user', 'content': [{'type': 'text', 'text': 'Hi'}, {'type': 'file', 'file': {'file_id': 'file-XYZ'}}]}
- Continuation of the Attachments feature