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

add implementation for paper "A Multi-LLM Agent" #291

Merged
merged 136 commits into from
Feb 29, 2024
Merged

Conversation



class ModelscopePipelineTool(BaseTool_alpha_umi):
default_model: str = ''
Copy link
Collaborator

Choose a reason for hiding this comment

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

why did you change the base class of the modelscope pipeline


"""

# if has_chinese_chars(self.function['description']):
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove useless comment



@register_tool('listquotes_for_current_exchange')
class listquotes_for_current_exchange(BaseTool_alpha_umi):
Copy link
Collaborator

Choose a reason for hiding this comment

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

add test case for all new added tools

@zzhangpurdue zzhangpurdue merged commit c9bb297 into master Feb 29, 2024
2 of 3 checks passed
@zzhangpurdue zzhangpurdue deleted the alpha_umi branch August 6, 2024 06:25
@zzhangpurdue zzhangpurdue restored the alpha_umi branch August 6, 2024 06:26
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.

7 participants