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

Add multimodal prompting with OpenAI and Azure OpenAI #108

Merged
merged 7 commits into from
Oct 29, 2024

Conversation

rchan26
Copy link
Collaborator

@rchan26 rchan26 commented Oct 29, 2024

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@rchan26 rchan26 linked an issue Oct 29, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 16.00000% with 42 lines in your changes missing coverage. Please review.

Project coverage is 63.91%. Comparing base (771be5f) to head (b3a970a).

Files with missing lines Patch % Lines
src/prompto/apis/openai/openai_utils.py 13.63% 38 Missing ⚠️
src/prompto/apis/gemini/gemini_utils.py 0.00% 2 Missing ⚠️
src/prompto/apis/vertexai/vertexai_utils.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
- Coverage   64.92%   63.91%   -1.01%     
==========================================
  Files          40       40              
  Lines        2201     2245      +44     
==========================================
+ Hits         1429     1435       +6     
- Misses        772      810      +38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rchan26 rchan26 merged commit 83d54a6 into main Oct 29, 2024
6 checks passed
@rchan26 rchan26 deleted the openai-multimodal branch October 29, 2024 13:33
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.

Add multimodal example for OpenAI Add OpenAI multimodal prompting
2 participants