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

feat: integrate the OpenAILLM async into the RL #356

Merged
merged 16 commits into from
Jul 19, 2024

fix: threshold values in test

ce0489b
Select commit
Loading
Failed to load commit list.
Merged

feat: integrate the OpenAILLM async into the RL #356

fix: threshold values in test
ce0489b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 19, 2024 in 0s

68.93% (-1.07%) compared to a59e7d1

View this Pull Request on Codecov

68.93% (-1.07%) compared to a59e7d1

Details

Codecov Report

Attention: Patch coverage is 18.33333% with 49 lines in your changes missing coverage. Please review.

Project coverage is 68.93%. Comparing base (a59e7d1) to head (ce0489b).

Files Patch % Lines
semantic_router/llms/openai.py 20.93% 34 Missing ⚠️
semantic_router/route.py 10.00% 9 Missing ⚠️
semantic_router/layer.py 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #356      +/-   ##
==========================================
- Coverage   70.00%   68.93%   -1.07%     
==========================================
  Files          45       45              
  Lines        3024     3081      +57     
==========================================
+ Hits         2117     2124       +7     
- Misses        907      957      +50     

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