0

Update models.ts

This commit is contained in:
Nicolas 2024-04-30 18:36:21 -07:00
parent 4967536501
commit 8a95cb42f0

View File

@ -59,7 +59,7 @@ export async function generateOpenAICompletions({
},
},
],
tool_choice: "auto",
tool_choice: { "type": "function", "function": {"name": "extract_content"}},
temperature,
});
@ -74,3 +74,4 @@ export async function generateOpenAICompletions({
llm_extraction: llmExtraction,
};
}