Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaonkarrs
/
RAG_Evaluation_System
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gaonkarrs
commited on
17 days ago
Commit
eef9432
·
1 Parent(s):
b0693c6
New changes
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -178,7 +178,7 @@ def retrieve_top_c(query, domain, embedder, k=5):
178
179
180
client = Groq(
181
-
api_key=
'
GROQ_API_KEY
'
,
182
)
183
184
178
179
180
client = Groq(
181
+
api_key= GROQ_API_KEY,
182
)
183
184