You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate clients implementation from reqwest to hyper (#252)
* migrate from reqwest to hyper
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* updated test + some nits
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* reorder dependencies
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* more clean up. TODOs left: docstrings, debug! and info! lines where missing
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* one more formatting nit
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* minor http client refactor and update detector endpoint handling
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* update openai client
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* removed eventsource implementation, connected http_body_utils stream impl to eventsource_stream eventsource impl
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* simplified RequestLike, ResponseLike
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* use &self instead of self for HttpClient get/post
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* make sure error responses are handled properly and error handling improvements
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* doc strings
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* removed RequestLike and ResponseLike
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* [image tested successfully on cluster] marginal improvement to debug log statement
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* fix tokio spawn tracing (needs explicit instrumentation to avoid creating new trace) and add missing traceparent propagation from responses
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* more async tracing instrumentation fixes
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* more tracing logic fixes - traces are being split due to async instrumentation logic
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* added incoming response debug print - in process of debugging traceparent injection issue
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* attempt fix tranceparent injection issue - testing on cluster
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* more debug testing
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* nits & add RequestBody, ResponseBody
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* simplified client error handling and added missing handling for chat generation clients
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* simplify error handling
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* small nits
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* rebase formatting
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* fix client connect and request timeouts
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
* fix variable misuse and revert error message changes
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
---------
Signed-off-by: Paul Scoropan <1paulscoropan@gmail.com>
0 commit comments