shukdevdattaEX commited on
Commit
cdb0790
·
verified ·
1 Parent(s): 25fc7d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: