ChingCL commited on
Commit
f6f6dc3
·
verified ·
1 Parent(s): c1ee240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ if not api_key:
17
  raise ValueError("API key 'groq_key' 未設定於環境變數中!")
18
 
19
  client.api_key = api_key
 
 
20
 
21
  def chat_with_groq(user_message):
22
  """與 Groq 模型進行互動"""
 
17
  raise ValueError("API key 'groq_key' 未設定於環境變數中!")
18
 
19
  client.api_key = api_key
20
+ print(f\"API Key: {api_key}\")
21
+
22
 
23
  def chat_with_groq(user_message):
24
  """與 Groq 模型進行互動"""