Luongsosad commited on
Commit
1bb999a
·
verified ·
1 Parent(s): 738bbb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import re
5
 
6
  # === API SETUP ===
7
- GROQ_API_KEY = os.getenv("GROQ_API_KEY") # Bạn nên dùng biến môi trường
8
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
9
 
10
  HEADERS = {
 
4
  import re
5
 
6
  # === API SETUP ===
7
+ GROQ_API_KEY = "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" # Bạn nên dùng biến môi trường
8
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
9
 
10
  HEADERS = {