Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
更新api模型清单以支持第三方网站提供的额外模型
  • Loading branch information
Maolaohei authored and lss233 committed Jul 23, 2023
1 parent 22004d7 commit ab737f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/chatgpt/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def __init__(self, session_id: str = "unknown"):
"gpt-4-32k-0314",
"gpt-4-0613",
"gpt-4-32k-0613",
"claude-2-web",
]

def manage_conversation(self, session_id: str, prompt: str):
Expand Down

1 comment on commit ab737f8

@Haibersut
Copy link
Collaborator

Choose a reason for hiding this comment

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

现在api不对模型进行校验,不需要添加

Please sign in to comment.