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 json as json_module
import csv import csv
from pydantic import BaseModel 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( client = openai.OpenAI(
api_key="xxx", api_key="xxx",