Skip to content

Commit

Permalink
Merge pull request #6 from neptun-software/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
jonasfroeller authored Sep 24, 2024
2 parents 96ef140 + d284a5d commit 68468f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/migrations/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { sql } from "drizzle-orm";
export const aiModelEnum = pgEnum("ai_model_enum", [
"OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
"mistralai/Mistral-7B-Instruct-v0.1",
"meta-llama/Meta-Llama-3-8B-Instruct",
]);
export const chatConversationMessageActorEnum = pgEnum(
"chat_conversation_message_actor_enum",
Expand Down

0 comments on commit 68468f4

Please sign in to comment.