Skip to content

Commit cb7c0e9

Browse files
add initial setup
1 parent 66bec15 commit cb7c0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger = logging.getLogger(__name__)
1616

1717
# Environment configuration
18-
CHAIR_API_KEY = "sk-a4370d697e294dac819c95ba5ffe0740"
18+
CHAIR_API_KEY = "add_api_key_here"
1919
API_URL = "https://gpu.aet.cit.tum.de/api/chat/completions"
2020

2121
class OpenWebUILLM(LLM):

0 commit comments

Comments
 (0)