Feat: set language in conversation (#757)

* may set language in conversation

* fix locale

* fix warning

* fix
This commit is contained in:
an-lee
2024-07-02 11:23:11 +08:00
committed by GitHub
parent 41932fb253
commit d9534bcae8
10 changed files with 140 additions and 34 deletions

View File

@@ -5,6 +5,7 @@ type ConversationType = {
name: string;
configuration: { [key: string]: any };
model: string;
language?: string;
messages?: MessageType[];
createdAt?: string;
};