Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
  • Loading branch information
wjayesh committed Jan 9, 2025
1 parent 5da0a0e commit 467c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/summarize_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def prepare_batch_requests(md_files: List[Path]) -> List[Dict]:
"method": "POST",
"url": "/v1/chat/completions",
"body": {
"model": "gpt-4-turbo-preview",
"model": "gpt-4o-mini",
"messages": [
{
"role": "system",
Expand Down

0 comments on commit 467c640

Please sign in to comment.