-
Notifications
You must be signed in to change notification settings - Fork 0
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
Llm gateway rework #3
base: next
Are you sure you want to change the base?
Conversation
htagourti
commented
Jan 7, 2025
- Added dialog option to enable/disable vllm
- Added redis deployment if llm-gateway is selected
- Added new config hydra to conf-templates
@@ -1 +1,3 @@ | |||
**/running/*.yaml | |||
websocket.pcap | |||
.env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that a typo? We typically avoid versioning any .env files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a typo. This entry in the .gitignore is specifically to ensure that .env files are not versioned.