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
|
import math # Importiere das math Modul für floor/ceil/round falls benötigt, aber Python's round() reicht hier
|
||||||
|
|
||||||
client = openai.OpenAI(
|
client = openai.OpenAI(
|
||||||
api_key="sk--T3QiY4gBE67o9oSxEOqxw",
|
api_key="xxx",
|
||||||
base_url="http://pluto/v1"
|
base_url="xxx"
|
||||||
)
|
)
|
||||||
|
|
||||||
EVAL_PROMPT = '''
|
EVAL_PROMPT = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user