Skip to content

Commit

Permalink
REF: Switch to cheaper GPT 4o model
Browse files Browse the repository at this point in the history
  • Loading branch information
sanand0 committed Sep 3, 2024
1 parent eda320d commit 733c4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $contractForm.addEventListener("submit", (event) => {
};
const tools = [{ type: "function", function: { name: "contract_terms", parameters: schema } }];
const body = {
model: "gpt-4o",
model: "gpt-4o-2024-08-06",
messages: [
{
role: "system",
Expand Down

0 comments on commit 733c4ef

Please sign in to comment.