Botchat_Demo / chat_api /__init__.py
frankwei's picture
initial
0b01481
raw
history blame contribute delete
No virus
119 Bytes
import torch
from .gpt35 import OpenAIWrapper
from .qwen import QwenWrapper
from .chatglm2 import ChatGLM2Wrapper