-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…model-stack#252) * migrate from reqwest to hyper Signed-off-by: Paul Scoropan <[email protected]> * updated test + some nits Signed-off-by: Paul Scoropan <[email protected]> * reorder dependencies Signed-off-by: Paul Scoropan <[email protected]> * more clean up. TODOs left: docstrings, debug! and info! lines where missing Signed-off-by: Paul Scoropan <[email protected]> * one more formatting nit Signed-off-by: Paul Scoropan <[email protected]> * minor http client refactor and update detector endpoint handling Signed-off-by: Paul Scoropan <[email protected]> * update openai client Signed-off-by: Paul Scoropan <[email protected]> * removed eventsource implementation, connected http_body_utils stream impl to eventsource_stream eventsource impl Signed-off-by: Paul Scoropan <[email protected]> * simplified RequestLike, ResponseLike Signed-off-by: Paul Scoropan <[email protected]> * use &self instead of self for HttpClient get/post Signed-off-by: Paul Scoropan <[email protected]> * make sure error responses are handled properly and error handling improvements Signed-off-by: Paul Scoropan <[email protected]> * doc strings Signed-off-by: Paul Scoropan <[email protected]> * removed RequestLike and ResponseLike Signed-off-by: Paul Scoropan <[email protected]> * [image tested successfully on cluster] marginal improvement to debug log statement Signed-off-by: Paul Scoropan <[email protected]> * fix tokio spawn tracing (needs explicit instrumentation to avoid creating new trace) and add missing traceparent propagation from responses Signed-off-by: Paul Scoropan <[email protected]> * more async tracing instrumentation fixes Signed-off-by: Paul Scoropan <[email protected]> * more tracing logic fixes - traces are being split due to async instrumentation logic Signed-off-by: Paul Scoropan <[email protected]> * added incoming response debug print - in process of debugging traceparent injection issue Signed-off-by: Paul Scoropan <[email protected]> * attempt fix tranceparent injection issue - testing on cluster Signed-off-by: Paul Scoropan <[email protected]> * more debug testing Signed-off-by: Paul Scoropan <[email protected]> * nits & add RequestBody, ResponseBody Signed-off-by: Paul Scoropan <[email protected]> * simplified client error handling and added missing handling for chat generation clients Signed-off-by: Paul Scoropan <[email protected]> * simplify error handling Signed-off-by: Paul Scoropan <[email protected]> * small nits Signed-off-by: Paul Scoropan <[email protected]> * rebase formatting Signed-off-by: Paul Scoropan <[email protected]> * fix client connect and request timeouts Signed-off-by: Paul Scoropan <[email protected]> * fix variable misuse and revert error message changes Signed-off-by: Paul Scoropan <[email protected]> --------- Signed-off-by: Paul Scoropan <[email protected]>
- Loading branch information
Showing
26 changed files
with
1,654 additions
and
774 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.