We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c37ba0 + 9e4a559 commit 92cc897Copy full SHA for 92cc897
1 file changed
src/views/components/InputMessage/index.tsx
@@ -240,8 +240,15 @@ const InputMessage = observer((props: any) => {
240
const nameMap = {
241
"gpt-3.5-turbo": "GPT-3.5",
242
"gpt-4": "GPT-4",
243
- "gpt-4-1106-preview": "GPT-4-turbo",
244
- "claude-2.1": "CLAUDE 2.1",
+ "gpt-4-turbo-preview": "GPT-4-turbo",
+ "claude-2.1": "CLAUDE-2.1",
245
+ "xinghuo-3.5": "xinghuo-3.5",
246
+ "GLM-4": "GLM-4",
247
+ "ERNIE-Bot-4.0": "ERNIE-Bot-4.0",
248
+ "togetherai/codellama/CodeLlama-70b-Instruct-hf": "CodeLlama-70b",
249
+ "togetherai/mistralai/Mixtral-8x7B-Instruct-v0.1": "Mixtral-8x7B",
250
+ "minimax/abab6-chat": "minimax-abab6",
251
+ "llama-2-70b-chat": "llama2-70b",
252
};
253
if (modelName in nameMap) {
254
return nameMap[modelName];
0 commit comments