Sameercodes commited on
Commit
ba8a092
·
verified ·
1 Parent(s): 6c25559

Update LLM.py

Browse files
Files changed (1) hide show
  1. LLM.py +1 -1
LLM.py CHANGED
@@ -19,7 +19,7 @@ load_dotenv()
19
  class Bot():
20
  def __init__(self):
21
  self.groq_models = ['gemma-7b-it', 'llama3-70b-8192',\
22
- 'llama3-8b-8192', 'mixtral-8x7b-32768']
23
  self.hf_models = ["01-ai/Yi-1.5-34B-Chat", "google/gemma-1.1-2b-it",\
24
  "google/gemma-1.1-7b-it"]
25
  self.google_models = ["gemini-1.0-pro", "gemini-1.5-flash",\
 
19
  class Bot():
20
  def __init__(self):
21
  self.groq_models = ['gemma-7b-it', 'llama3-70b-8192',\
22
+ 'llama3-8b-8192', 'mixtral-8x22b']
23
  self.hf_models = ["01-ai/Yi-1.5-34B-Chat", "google/gemma-1.1-2b-it",\
24
  "google/gemma-1.1-7b-it"]
25
  self.google_models = ["gemini-1.0-pro", "gemini-1.5-flash",\