Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ class RealTimeFactChecker:
|
|
| 8 |
|
| 9 |
def __init__(self):
|
| 10 |
self.client = None
|
| 11 |
-
self.model_options=["compound", "compound-mini"]
|
| 12 |
|
| 13 |
def initialize_client(self, api_key):
|
| 14 |
try:
|
|
|
|
| 8 |
|
| 9 |
def __init__(self):
|
| 10 |
self.client = None
|
| 11 |
+
self.model_options=["groq/compound", "groq/compound-mini"]
|
| 12 |
|
| 13 |
def initialize_client(self, api_key):
|
| 14 |
try:
|