Skip to content

Commit

Permalink
hotfix openai.py error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhangpurdue authored Jun 14, 2024
1 parent 1ed65eb commit 491c1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelscope_agent/llm/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def chat_with_functions(self,


@register_llm('vllm-server')
class Vllm(BaseChatModel):
class Vllm(OpenAi):

def _chat_stream(self,
messages: List[Dict],
Expand Down

0 comments on commit 491c1ca

Please sign in to comment.