-
Notifications
You must be signed in to change notification settings - Fork 363
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
Refactor ModelWrapper #24
Refactor ModelWrapper #24
Conversation
…o decouple agent and modelwrapper
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.
Plz see inline comments.
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.
plz see inline comments
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.
LGTM, please run the examples (e.g. conversation, werewolf) to ensure normal running after modification.
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.
LGTM
name: Refactor ModelWrapper
Description
ModelWrapperBase
subclassModelWrapperBase
using class nameModelResponse
to decouple Agent and ModelModelConfig
insteadtype
tomodel_type
,model
tomodel_id
Checklist
Please check the following items before code is ready to be reviewed.