Small tweaks

This commit is contained in:
2026-01-16 14:49:53 +01:00
parent f2b30c88e2
commit 67769e10ae

View File

@@ -10,7 +10,7 @@ import time
import json as json_module
import csv
from pydantic import BaseModel
import math # Importiere das math Modul für floor/ceil/round falls benötigt, aber Python's round() reicht hier
import math
client = openai.OpenAI(
api_key="xxx",