Skip to content
Snippets Groups Projects
Unverified Commit 819cccb1 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

feat: use 3.5 as default model (#77)

parent 8a5ece10
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import { questionHandlers } from "../../questions";
const OPENAI_API_URL = "https://api.openai.com/v1";
const DEFAULT_MODEL = "gpt-4-turbo";
const DEFAULT_MODEL = "gpt-3.5-turbo";
const DEFAULT_EMBEDDING_MODEL = "text-embedding-3-large";
export async function askOpenAIQuestions({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment