Spaces:
Sleeping
Sleeping
Update LLM.py
Browse files
LLM.py
CHANGED
@@ -14,7 +14,8 @@ os.environ['CURL_CA_BUNDLE'] = ''
|
|
14 |
|
15 |
class Bot:
|
16 |
def __init__(self):
|
17 |
-
# Updated model lists: Remove gated or unsupported IDs
|
|
|
18 |
'gemma-7b-it',
|
19 |
'llama3-70b-8192',
|
20 |
'llama3-8b-8192',
|
|
|
14 |
|
15 |
class Bot:
|
16 |
def __init__(self):
|
17 |
+
# Updated model lists: Remove gated or unsupported IDs
|
18 |
+
groq_models = [
|
19 |
'gemma-7b-it',
|
20 |
'llama3-70b-8192',
|
21 |
'llama3-8b-8192',
|