aldohenrique commited on
Commit
852e294
·
verified ·
1 Parent(s): 8c7b35b

Update ai_logic.py

Browse files
Files changed (1) hide show
  1. ai_logic.py +1 -1
ai_logic.py CHANGED
@@ -25,7 +25,7 @@ if not HF_TOKEN:
25
  MODELS = {
26
  "Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
27
  "Phi-3 Mini (Microsoft)": "microsoft/Phi-3-mini-4k-instruct",
28
- "Deepseek (code) 7B": "deepseek-ai/deepseek-coder-6.7b-base",
29
  "Gemma 7B (Google)":"google/gemma-7b-it",
30
  "Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
31
  }
 
25
  MODELS = {
26
  "Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
27
  "Phi-3 Mini (Microsoft)": "microsoft/Phi-3-mini-4k-instruct",
28
+ "Deepseek (chat) 7B": "deepseek-ai/deepseek-vl-7b-chat",
29
  "Gemma 7B (Google)":"google/gemma-7b-it",
30
  "Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
31
  }