aldohenrique commited on
Commit
a968ffd
·
verified ·
1 Parent(s): f8cb96f

Update ai_logic.py

Browse files
Files changed (1) hide show
  1. ai_logic.py +2 -2
ai_logic.py CHANGED
@@ -21,8 +21,8 @@ if not HF_TOKEN:
21
  MODELS = {
22
  "Phi-3 Mini": "microsoft/Phi-3-mini-4k-instruct",
23
  "Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
24
- "Deepseek (chat) 7B":"deepseek-ai/deepseek-vl-7b-chat",
25
- "Gemma (Google) 7B":"google/gemma-7b-it"
26
  }
27
  DEFAULT_MODEL = "Phi-3 Mini"
28
 
 
21
  MODELS = {
22
  "Phi-3 Mini": "microsoft/Phi-3-mini-4k-instruct",
23
  "Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
24
+ "Deepseek (chat) 7B":"deepseek-ai/DeepSeek-V2-Lite-Chat",
25
+ "Gemma (Google) 7B":"google/gemma-7b"
26
  }
27
  DEFAULT_MODEL = "Phi-3 Mini"
28