aboutsummaryrefslogtreecommitdiffstats
path: root/summarizer.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-17 15:18:00 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-17 15:18:00 -0700
commit2f3702c553350cf633a2b1c04486b06a3213da23 (patch)
tree5e1ef96f30440630fd5d690431c2950a9c9ce579 /summarizer.py
parent668ca32331d2c8d4487c36b00bd3419e6bea89c4 (diff)
bump summarization model and reqs (switch to pipreqs)
use GPT-5
Diffstat (limited to 'summarizer.py')
-rw-r--r--summarizer.py2
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={
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage