Skip to content

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

Merged
zzhangpurdue merged 136 commits intomasterfrom
alpha_umi
Feb 29, 2024
Merged

add implementation for paper "A Multi-LLM Agent"#291
zzhangpurdue merged 136 commits intomasterfrom
alpha_umi

Conversation

@suluyana
Copy link
Collaborator

@suluyana suluyana commented Feb 2, 2024



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

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
Contributor

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
Contributor

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
@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