Skip to content

Commit

Permalink
Revert "test ci"
Browse files Browse the repository at this point in the history
This reverts commit 8b7fc30.
  • Loading branch information
suluyana committed Aug 30, 2024
1 parent bc2b9d8 commit fd3de98
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 @@ -7,8 +7,8 @@
from openai import AzureOpenAI, OpenAI


@register_llm('azure_openai')
@register_llm('openai')
@register_llm('azure_openai')
class OpenAi(BaseChatModel):

def __init__(
Expand Down

0 comments on commit fd3de98

Please sign in to comment.