feat: lafgpt。openapi schema

This commit is contained in:
archer
2023-04-06 15:25:48 +08:00
parent 8a02b3b04a
commit f88c6031f5
6 changed files with 85 additions and 54 deletions

View File

@@ -120,7 +120,6 @@ const Chat = ({ chatId }: { chatId: string }) => {
const urlMap: Record<string, string> = {
[ChatModelNameEnum.GPT35]: '/api/chat/chatGpt',
[ChatModelNameEnum.VECTOR_GPT]: '/api/chat/vectorGpt',
// [ChatModelNameEnum.VECTOR_GPT]: '/api/chat/lafGpt',
[ChatModelNameEnum.GPT3]: '/api/chat/gpt3'
};