-
Notifications
You must be signed in to change notification settings - Fork 16
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
support config for prompt template and hyper-param #150
Conversation
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.
still should not include pycache
base_llm: "mistralai/Mixtral-8x7B-Instruct-v0.1" | ||
max_collaborators_num: 3 | ||
|
||
prompt_template: |
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.
maybe prompt template should be a string not a list? A list of prompt template is a little bit weird for me.
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.
- fix pre-commit formatting erro
- change prompt template into a single string
- make config an intializer in the ResearchAgent
Closes #46 |
all the changes are included in #199 |
Closes #46
π Description
β Checks
type/descript
(e.g.feature/add-llm-agents
)βΉ Additional Information