ahmedumeraziz commited on
Commit
f19f3c0
·
verified ·
1 Parent(s): 4a5ae12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import requests
10
  embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
11
 
12
  # GROQ API configuration
13
- GROQ_API_KEY = "GROQ_KEY" # ⛔ Replace this with your actual GROQ API key
14
  GROQ_URL = "https://api.groq.com/openai/v1/chat/completions"
15
  LLAMA3_MODEL = "llama3-8b-8192"
16
 
 
10
  embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
11
 
12
  # GROQ API configuration
13
+ GROQ_API_KEY = "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" # ⛔ Replace this with your actual GROQ API key
14
  GROQ_URL = "https://api.groq.com/openai/v1/chat/completions"
15
  LLAMA3_MODEL = "llama3-8b-8192"
16