Security
This commit is contained in:
@@ -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 = '''
|
||||
|
||||
Reference in New Issue
Block a user