Spaces:
Sleeping
Sleeping
Update LLM.py
Browse files
LLM.py
CHANGED
@@ -17,10 +17,10 @@ class Bot:
|
|
17 |
def __init__(self):
|
18 |
# Updated model lists: Remove gated or unsupported IDs
|
19 |
self.groq_models = [
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
]
|
25 |
self.hf_models = [
|
26 |
"01-ai/Yi-1.5-34B-Chat",
|
|
|
17 |
def __init__(self):
|
18 |
# Updated model lists: Remove gated or unsupported IDs
|
19 |
self.groq_models = [
|
20 |
+
'gemma2-9b-it',
|
21 |
+
'llama-3.3-70b-versatile',
|
22 |
+
'llama-3.1-8b-instant',
|
23 |
+
'meta-llama/llama-guard-4-12b'
|
24 |
]
|
25 |
self.hf_models = [
|
26 |
"01-ai/Yi-1.5-34B-Chat",
|