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

#51: Build routers & models based on provided config #53

Merged
merged 10 commits into from
Jan 1, 2024

Conversation

roma-glushko
Copy link
Member

@roma-glushko roma-glushko commented Jan 1, 2024

Use the given config file to init routers & models.

Also, added one more API to list routers and their configs:
Screenshot 2024-01-01 at 21 13 34

Screenshot 2024-01-01 at 21 24 10

Copy link

codecov bot commented Jan 1, 2024

Codecov Report

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

Comparison is base (39f3c89) 67.52% compared to head (2eabf27) 67.52%.

Files Patch % Lines
pkg/providers/openai/chat.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #53   +/-   ##
========================================
  Coverage    67.52%   67.52%           
========================================
  Files            8        8           
  Lines          234      234           
========================================
  Hits           158      158           
  Misses          65       65           
  Partials        11       11           

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

@roma-glushko roma-glushko linked an issue Jan 1, 2024 that may be closed by this pull request
@roma-glushko roma-glushko merged commit 4cde769 into develop Jan 1, 2024
7 checks passed
@roma-glushko roma-glushko deleted the 51-init-routers-with-config branch January 1, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build Router & Models based on given config
2 participants