Skip to content

Commit

Permalink
revert modelscope_agent/agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suluyan.sly committed Jan 5, 2024
1 parent fd6537e commit 4689856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelscope_agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(self, *args, **kwargs) -> Union[str, Iterator[str]]:

@abstractmethod
def _run(self, *args, **kwargs) -> Union[str, Iterator[str]]:
pass
raise NotImplementedError

def _call_llm(self,
prompt: Optional[str] = None,
Expand Down

0 comments on commit 4689856

Please sign in to comment.