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

#195 Add Model Type Attribute #200

Merged
merged 2 commits into from
Feb 25, 2025
Merged

Conversation

mvanniasingheTT
Copy link
Contributor

This PR addresses #195 (comment) by implementing the feature proposed in #167.

The agent container is now only deployed if the model if of type CHAT. The code to only remove the agent container when its corresponding LLM container is shut down already exists.

Copy link
Contributor

@bgoelTT bgoelTT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Just one small code format nit


class ModelTypes(Enum):
MOCK = "mock"
CHAT = "chat"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CHAT = "chat"
CHAT = "chat"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, fixed now. Thanks!

@anirudTT
Copy link
Contributor

This is great @mvanniasingheTT ; as a next step we can work on this issue #204 using the changes in this PR

@mvanniasingheTT mvanniasingheTT merged commit 9ba2fcc into dev Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants