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: adds support for gpt-4-vison #184

Merged
merged 4 commits into from
Dec 4, 2023
Merged

feat: adds support for gpt-4-vison #184

merged 4 commits into from
Dec 4, 2023

Conversation

tbckr
Copy link
Owner

@tbckr tbckr commented Nov 28, 2023

This PR adds support for the gpt-4-vision model enabling the user to ask questions about provided images.

Note: we will wait until the openai library has released a stable version for access to the model - right now the master version is used.

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (5d1c773) 75.59% compared to head (caa0bbc) 75.66%.
Report is 4 commits behind head on main.

Files Patch % Lines
pkg/api/api.go 83.33% 15 Missing and 6 partials ⚠️
pkg/fs/fs.go 66.66% 6 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #184      +/-   ##
==========================================
+ Coverage   75.59%   75.66%   +0.06%     
==========================================
  Files          19       19              
  Lines        1176     1278     +102     
==========================================
+ Hits          889      967      +78     
- Misses        207      223      +16     
- Partials       80       88       +8     

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

@tbckr tbckr merged commit 09b809a into main Dec 4, 2023
8 checks passed
@tbckr tbckr deleted the feat/gpt-4-vision branch December 4, 2023 09:37
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.

1 participant