Dev #261

Merged
OpzekerIT merged 2 commits from dev into main 2025-10-02 15:47:24 +00:00
Showing only changes of commit 4c347e42af - Show all commits

View file

@ -393,6 +393,7 @@ async def ask(ctx, *, vraag: str):
custom_str = json.dumps(data_laststat.get("custom", []), indent=2)
"""Stuur een vraag naar OpenAI"""
try:
async with ctx.typing():
response = client.chat.completions.create(
model="gpt-5-nano",
messages=[