We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bec15 commit cb7c0e9Copy full SHA for cb7c0e9
genai/main.py
@@ -15,7 +15,7 @@
15
logger = logging.getLogger(__name__)
16
17
# Environment configuration
18
-CHAIR_API_KEY = "sk-a4370d697e294dac819c95ba5ffe0740"
+CHAIR_API_KEY = "add_api_key_here"
19
API_URL = "https://gpu.aet.cit.tum.de/api/chat/completions"
20
21
class OpenWebUILLM(LLM):
0 commit comments