ahm14 commited on
Commit
25df7c7
·
verified ·
1 Parent(s): 7a58192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from tqdm import tqdm
8
  from google.cloud import vision
9
 
10
  # Set up Groq API key (Replace "YOUR_GROQ_API_KEY" with actual API key)
11
- GROQ_API_KEY = "YOUR_GROQ_API_KEY"
12
 
13
  def call_groq_api(prompt):
14
  url = "https://api.groq.com/v1/chat/completions"
 
8
  from google.cloud import vision
9
 
10
  # Set up Groq API key (Replace "YOUR_GROQ_API_KEY" with actual API key)
11
+ GROQ_API_KEY = "GROQ_API_KEY"
12
 
13
  def call_groq_api(prompt):
14
  url = "https://api.groq.com/v1/chat/completions"