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: enhance SimpleBot streaming capabilities and update notebook examples #43

Merged
merged 14 commits into from
Feb 18, 2024

refactor(tests): simplify QueryBot test case

16f8e1b
Select commit
Loading
Failed to load commit list.
Merged

feat: enhance SimpleBot streaming capabilities and update notebook examples #43

refactor(tests): simplify QueryBot test case
16f8e1b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 17, 2024 in 0s

69.43% (+0.58%) compared to 34548a5

View this Pull Request on Codecov

69.43% (+0.58%) compared to 34548a5

Details

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (34548a5) 68.84% compared to head (16f8e1b) 69.43%.

Files Patch % Lines
llamabot/bot/chatbot.py 69.23% 4 Missing ⚠️
llamabot/bot/simplebot.py 94.73% 2 Missing ⚠️
llamabot/bot/querybot.py 0.00% 1 Missing ⚠️
llamabot/cli/git.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   68.84%   69.43%   +0.58%     
==========================================
  Files          53       54       +1     
  Lines        1775     1809      +34     
==========================================
+ Hits         1222     1256      +34     
  Misses        553      553              

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