mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 01:56:09 +08:00
Update models.ts
This commit is contained in:
parent
1b7ae5457f
commit
4ef47f7765
@ -48,7 +48,7 @@ function prepareOpenAIDoc(
|
||||
|
||||
export async function generateOpenAICompletions({
|
||||
client,
|
||||
model = process.env.MODEL_NAME,
|
||||
model = process.env.MODEL_NAME || "gpt-4o",
|
||||
document,
|
||||
schema, //TODO - add zod dynamic type checking
|
||||
prompt = defaultPrompt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user