mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
add conversation API (#35)
This commit is contained in:
@ -30,3 +30,9 @@ CvModel = {
|
||||
"通义千问": QWenCV,
|
||||
}
|
||||
|
||||
|
||||
ChatModel = {
|
||||
"OpenAI": GptTurbo,
|
||||
"通义千问": QWenChat,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user