nachoremer commited on
Commit
4dd3a9a
·
1 Parent(s): 94c2cbf

mas modelos

Browse files
Files changed (1) hide show
  1. config.py +2 -0
config.py CHANGED
@@ -64,6 +64,8 @@ custom_model = {
64
  openai_model = {
65
  "meta-llama/llama-3.1-70b-instruct:free": "meta-llama/llama-3.1-70b-instruct:free",
66
  "meta-llama/llama-3.1-8b-instruct:free": "meta-llama/llama-3.1-8b-instruct:free",
 
 
67
  }
68
 
69
 
 
64
  openai_model = {
65
  "meta-llama/llama-3.1-70b-instruct:free": "meta-llama/llama-3.1-70b-instruct:free",
66
  "meta-llama/llama-3.1-8b-instruct:free": "meta-llama/llama-3.1-8b-instruct:free",
67
+ "mistralai/mistral-7b-instruct:free": "mistralai/mistral-7b-instruct:free",
68
+ "google/gemma-2-9b-it:free": "google/gemma-2-9b-it:free",
69
  }
70
 
71