diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-17 15:18:00 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-17 15:18:00 -0700 |
| commit | 2f3702c553350cf633a2b1c04486b06a3213da23 (patch) | |
| tree | 5e1ef96f30440630fd5d690431c2950a9c9ce579 /summarizer.py | |
| parent | 668ca32331d2c8d4487c36b00bd3419e6bea89c4 (diff) | |
bump summarization model and reqs (switch to pipreqs)
use GPT-5
Diffstat (limited to 'summarizer.py')
| -rw-r--r-- | summarizer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/summarizer.py b/summarizer.py index eefff7c..6e5e064 100644 --- a/summarizer.py +++ b/summarizer.py @@ -86,7 +86,7 @@ def generate_headline_and_content_from_images(img_urls: list[str], game: str, me ] response = openai.chat.completions.create( - model="gpt-4o", + model="gpt-5", messages=messages, tools=tools, tool_choice={ |
