Spaces:
Running on Zero
Running on Zero
Update verification/verdict_agent.py
Browse files
verification/verdict_agent.py
CHANGED
|
@@ -199,4 +199,4 @@ class VerdictAgent(VerificationAgent):
|
|
| 199 |
"root with GROQ_API_KEY=<your key>."
|
| 200 |
)
|
| 201 |
self._client = Groq(api_key=api_key)
|
| 202 |
-
return self._client
|
|
|
|
| 199 |
"root with GROQ_API_KEY=<your key>."
|
| 200 |
)
|
| 201 |
self._client = Groq(api_key=api_key)
|
| 202 |
+
return self._client
|