From 2f3702c553350cf633a2b1c04486b06a3213da23 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 17 Sep 2025 15:18:00 -0700 Subject: bump summarization model and reqs (switch to pipreqs) use GPT-5 --- summarizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'summarizer.py') 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={ -- cgit v1.2.3