add conversation API (#35)

This commit is contained in:
KevinHuSh
2024-01-18 19:28:37 +08:00
committed by GitHub
parent fad2ec7cf3
commit 4a858d33b6
13 changed files with 425 additions and 153 deletions

View File

@ -30,3 +30,9 @@ CvModel = {
"通义千问": QWenCV,
}
ChatModel = {
"OpenAI": GptTurbo,
"通义千问": QWenChat,
}