Small tweaks
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user