WIP: additional radio stations

This commit is contained in:
2025-07-17 06:55:16 -04:00
parent fd300743c8
commit 85182b7d8c
5 changed files with 162 additions and 139 deletions

View File

@ -39,6 +39,7 @@ class GPT:
],
model="gpt-4o-mini",
temperature=1.00,
max_completion_tokens=512,
)
response: Optional[str] = chat_completion.choices[0].message.content
return response