-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β¦d of the original Glide Chat Request
β¦ams instead of the original Glide Chat Request
β¦to work with the new params arguments
roma-glushko
added
area:providers
api:http
area:api
model:language
type:refactoring
type:breaking
π₯ Introduces a breaking changes to API, configuration or behavior introduced before
labels
May 29, 2024
β¦ts to use chatparams
Codecov ReportAttention: Patch coverage is
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. |
roma-glushko
added a commit
that referenced
this pull request
Jun 24, 2024
The first major update with breaking changes to the language chat schemas and begging of work on instrumenting the gateway with OpenTelemetry. ### Added - π§ Use github.com/EinStack/glide as module name to support go install cmd (@gernest) - β¨π§ Setup Open Telemetry Metrics and Traces (#237) (@gernest) - π§ #221 Add B3 trace propagator (#242) (@gernest) - π§ #241 Support overriding OTEL resource attributes (#243) (@gernest) - π§ #248 Disable span and metrics by default (#254) (@gernest) - π§ #220 Instrument API server with observability signals (#255) (@gernest) - π§ #164 Make client connection pool configurable across all providers (#251) (@daesu) - π§ Instrument gateway process (#256) (@gernest) - π§ #262: adding connection pool for chat request and response (#271) (@tom-fitz) ### Changed - π§ #238 Implements human-readable durations in config (#253) (@ppmdo) - π§ #266: removing omitempty from response definition (#267) (@tom-fitz) #### Breaking Changes - π§ π₯ #235: Extended the non-streaming chat error schema with new fields to give clients more context around the error (#236) (@roma-glushko) - π₯ Convert all camelCase config fields to the snake_case in the provider configs (#260) (@roma-glushko) - β¨π₯ #153: Allow to pass multiple model-specific param overrides (#264) (@roma-glushko) ### Fixed - π #217: Set build info correctly in Glide images (#218) (@roma-glushko) ### Security - π Updated golang to 1.22.4 to address CVE-2024-24790 (#276) (@STAR-173) ### Miscellaneous - π Defined a way to manage EinStack Glide project (#234) (@roma-glushko) - π· #219: Setup local telemetry stack with Jaeger, Grafana, VictoriaMetrics and OTEL Collector (#225) (@roma-glushko) - π·ββοΈ Added a new GH action to watch for glide activity stream (#239, #244) (@roma-glushko) - β¨ Switched to the new docs (@roma-glushko) - π§ #240: Automatically install air (#277, #270) (@ppmdo, @roma-glushko)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api:http
area:api
area:providers
model:language
type:breaking
π₯ Introduces a breaking changes to API, configuration or behavior introduced before
type:refactoring
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allowing to pass multiple model-specific chat param overrides:
This PR prepares a ground for #185
Changes
ChatParams
that contains all param overrides for the specific modelName/modelIDChatParams
rather than the original request schema for both sync and stream chat API