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

✨💥 #153: Allow to pass multiple model-specific param overrides #264

Merged
merged 15 commits into from
Jun 5, 2024

#153: Changed the default OpenAI model & applied a static role to the…

bca8c8f
Select commit
Loading
Failed to load commit list.
Merged

✨💥 #153: Allow to pass multiple model-specific param overrides #264

#153: Changed the default OpenAI model & applied a static role to the…
bca8c8f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2024 in 1s

66.35% (-0.64%) compared to 03f1805

View this Pull Request on Codecov

66.35% (-0.64%) compared to 03f1805

Details

Codecov Report

Attention: Patch coverage is 75.59055% with 62 lines in your changes missing coverage. Please review.

Project coverage is 66.35%. Comparing base (03f1805) to head (bca8c8f).
Report is 1 commits behind head on develop.

Files Patch % Lines
pkg/providers/bedrock/chat.go 54.16% 11 Missing ⚠️
pkg/api/schemas/chat_stream.go 0.00% 5 Missing ⚠️
pkg/providers/anthropic/chat.go 73.33% 3 Missing and 1 partial ⚠️
pkg/providers/ollama/chat.go 75.00% 3 Missing and 1 partial ⚠️
pkg/api/schemas/chat.go 88.88% 2 Missing and 1 partial ⚠️
pkg/providers/azureopenai/chat.go 86.95% 2 Missing and 1 partial ⚠️
pkg/providers/cohere/chat.go 72.72% 2 Missing and 1 partial ⚠️
pkg/providers/octoml/chat.go 88.88% 2 Missing and 1 partial ⚠️
pkg/providers/openai/chat.go 80.00% 2 Missing and 1 partial ⚠️
pkg/api/http/server.go 0.00% 2 Missing ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #264      +/-   ##
===========================================
- Coverage    66.98%   66.35%   -0.64%     
===========================================
  Files           79       82       +3     
  Lines         3659     3614      -45     
===========================================
- Hits          2451     2398      -53     
- Misses        1079     1094      +15     
+ Partials       129      122       -7     

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