This commit is contained in:
2025-04-15 11:29:54 +00:00
parent 2308fa66a0
commit 03c0decab8

View File

@@ -1580,7 +1580,7 @@ prompt = (
"Branche: <vorgeschlagene Branche>\n" "Branche: <vorgeschlagene Branche>\n"
"Übereinstimmung: <ok oder X>\n" "Übereinstimmung: <ok oder X>\n"
"Begründung: <kurze Begründung>" "Begründung: <kurze Begründung>"
) )
try: try:
with open("api_key.txt", "r") as f: with open("api_key.txt", "r") as f:
api_key = f.read().strip() api_key = f.read().strip()