-
Notifications
You must be signed in to change notification settings - Fork 0
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 support for generator http client #2
Open
christinaexyou
wants to merge
55
commits into
trustyai-explainability:main
Choose a base branch
from
christinaexyou:generator-http
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add support for generator http client #2
christinaexyou
wants to merge
55
commits into
trustyai-explainability:main
from
christinaexyou:generator-http
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
Signed-off-by: declark1 <[email protected]>
…rom tls config Co-authored-by: Mateus Devino <[email protected]> Signed-off-by: declark1 <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: declark1 <[email protected]>
Signed-off-by: declark1 <[email protected]>
Signed-off-by: declark1 <[email protected]>
…e OpenAI-specific items, drop Completions API. Signed-off-by: declark1 <[email protected]>
Co-authored-by: Gaurav Kumbhat <[email protected]> Signed-off-by: Dan Clark <[email protected]>
Co-authored-by: Gaurav Kumbhat <[email protected]> Signed-off-by: Dan Clark <[email protected]>
Co-authored-by: Gaurav Kumbhat <[email protected]> Signed-off-by: Dan Clark <[email protected]>
Co-authored-by: Gaurav Kumbhat <[email protected]> Signed-off-by: Dan Clark <[email protected]>
…pe and example config Signed-off-by: declark1 <[email protected]>
…drop GenerationProvider::OpenAi variant Signed-off-by: declark1 <[email protected]>
Signed-off-by: declark1 <[email protected]>
…alth_client to detector clients and OpenAiClient Co-authored-by: Paul Scoropan <[email protected]> Signed-off-by: declark1 <[email protected]>
Signed-off-by: declark1 <[email protected]>
…factor Client refactor
) * otlp initial setup Signed-off-by: Paul Scoropan <[email protected]> * small tweaks Signed-off-by: Paul Scoropan <[email protected]> * some refactoring Signed-off-by: Paul Scoropan <[email protected]> * missed fmting Signed-off-by: Paul Scoropan <[email protected]> * Added telemetry ADR doc Signed-off-by: Paul Scoropan <[email protected]> * review comments Signed-off-by: Paul Scoropan <[email protected]> * missed nit Signed-off-by: Paul Scoropan <[email protected]> * doc nits Signed-off-by: Paul Scoropan <[email protected]> * rebase fix Signed-off-by: Paul Scoropan <[email protected]> * docs traceparent update Signed-off-by: Paul Scoropan <[email protected]> --------- Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
…_doc_chunk 🐛 Fix whole_doc_chunker missing from client list
) Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
This reverts commit 1cfcc1e. Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
Co-authored-by: Gaurav Kumbhat <[email protected]> Signed-off-by: Mateus Devino <[email protected]>
Co-authored-by: Gaurav Kumbhat <[email protected]> Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
Signed-off-by: Mateus Devino <[email protected]>
…alone-endpoint Chat standalone endpoint
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
…hold_passthrough 🐛 Fix threshold getting passed through beyond orchestrator proces…
) * ✨ Pass along detector_params for text contents and generation Signed-off-by: Evaline Ju <[email protected]> * ✨✅ Not pass on threshold param Signed-off-by: Evaline Ju <[email protected]> * 🐛 Mutable threshold not intuitive Signed-off-by: Evaline Ju <[email protected]> * Update src/clients/detector/text_chat.rs Co-authored-by: Mateus Devino <[email protected]> Signed-off-by: Evaline Ju <[email protected]> * 💡🎨 Update params comment and remove unnecessary clones Signed-off-by: Evaline Ju <[email protected]> * ✅ Threshold re-call not problematic Signed-off-by: Evaline Ju <[email protected]> --------- Signed-off-by: Evaline Ju <[email protected]> Co-authored-by: Mateus Devino <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
Signed-off-by: Paul Scoropan <[email protected]>
…-telemetry Integrate telemetry client instrumentation and traceparent propagation in orchestrator
…k#230) * Add initial stream handling for OpenAiClient Signed-off-by: declark1 <[email protected]> * Update OpenAiClient types and fix streaming request Signed-off-by: declark1 <[email protected]> * Add OpenAiError and parse error message, order dependencies Signed-off-by: declark1 <[email protected]> * Drop openai client tests module Signed-off-by: declark1 <[email protected]> * Telemetry rebase and updates Signed-off-by: declark1 <[email protected]> * Return SSE events directly from OpenAiClient stream Signed-off-by: declark1 <[email protected]> * Add headers to OpenAiClient chat_completions method Signed-off-by: declark1 <[email protected]> --------- Signed-off-by: declark1 <[email protected]>
* added error messages to various unwraps Signed-off-by: resoluteCoder <[email protected]> * added detector id vars to expect Signed-off-by: resoluteCoder <[email protected]> * changed expects to unwrap or else due to lint Signed-off-by: resoluteCoder <[email protected]> --------- Signed-off-by: resoluteCoder <[email protected]>
* Implement Chat Completions API Signed-off-by: declark1 <[email protected]> * Conditionally enable chat completions endpoint Signed-off-by: declark1 <[email protected]> * Update chat completions to chat completions detection, rename items for alignment Signed-off-by: declark1 <[email protected]> --------- Signed-off-by: declark1 <[email protected]>
* 📝 Document tags for detectors API Signed-off-by: Evaline Ju <[email protected]> * 🚧 Start stream content API and ADR Signed-off-by: Evaline Ju <[email protected]> * 📝 Update content stream response Signed-off-by: Evaline Ju <[email protected]> * 📝 Document content for request event Signed-off-by: Evaline Ju <[email protected]> * 📝 Update stream content API and decisions Signed-off-by: Evaline Ju <[email protected]> * 🚚 Rename field Signed-off-by: Evaline Ju <[email protected]> * 📝 Update types and clarify indices Signed-off-by: Evaline Ju <[email protected]> --------- Signed-off-by: Evaline Ju <[email protected]>
…stack#251) Signed-off-by: Evaline Ju <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.