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