We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d673660 commit eab040aCopy full SHA for eab040a
database/migrations/schema.ts
@@ -14,6 +14,14 @@ export const aiModelEnum = pgEnum("ai_model_enum", [
14
"OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
15
"meta-llama/Meta-Llama-3-8B-Instruct",
16
"mistralai/Mistral-7B-Instruct-v0.1",
17
+ "qwen/Qwen2.5-72B-Instruct",
18
+ "qwen/Qwen2.5-Coder-32B-Instruct",
19
+ "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
20
+ "meta-llama/Llama-3.3-70B-Instruct",
21
+ "mistralai/Mistral-Nemo-Instruct-2407",
22
+ "mistralai/Mistral-7B-Instruct-v0.3",
23
+ "google/gemma-2-27b-it",
24
+ "microsoft/Phi-3-mini-4k-instruct",
25
]);
26
export const chatConversationMessageActorEnum = pgEnum(
27
"chat_conversation_message_actor_enum",
0 commit comments