This commit is contained in:
2026-01-16 14:40:11 +01:00
parent 8c640c1cf6
commit f2b30c88e2

View File

@@ -13,8 +13,8 @@ from pydantic import BaseModel
import math # Importiere das math Modul für floor/ceil/round falls benötigt, aber Python's round() reicht hier
client = openai.OpenAI(
api_key="sk--T3QiY4gBE67o9oSxEOqxw",
base_url="http://pluto/v1"
api_key="xxx",
base_url="xxx"
)
EVAL_PROMPT = '''