mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-25 05:46:13 +00:00
Merge branch 'master' into version/4.0
This commit is contained in:
@@ -3,10 +3,10 @@ from __future__ import annotations
|
||||
import typing
|
||||
import openai
|
||||
|
||||
from . import chatcmpl
|
||||
from . import modelscopechatcmpl
|
||||
|
||||
|
||||
class BailianChatCompletions(chatcmpl.OpenAIChatCompletions):
|
||||
class BailianChatCompletions(modelscopechatcmpl.ModelScopeChatCompletions):
|
||||
"""阿里云百炼大模型平台 ChatCompletion API 请求器"""
|
||||
|
||||
client: openai.AsyncClient
|
||||
|
||||
Reference in New Issue
Block a user