Skip to content

Commit

Permalink
feat(llm): o1 mini
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrobeds committed Sep 14, 2024
1 parent b370823 commit ce7150c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aila/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import OpenAI from "openai";

export const DEFAULT_MODEL: OpenAI.Chat.ChatModel = "gpt-4o-2024-08-06";
export const DEFAULT_MODEL: OpenAI.Chat.ChatModel = "o1-mini";
export const DEFAULT_MODERATION_MODEL: OpenAI.Chat.ChatModel =
"gpt-4o-2024-08-06";
export const DEFAULT_CATEGORISE_MODEL: OpenAI.Chat.ChatModel =
Expand Down

0 comments on commit ce7150c

Please sign in to comment.