aldohenrique commited on
Commit
ac4caa9
·
verified ·
1 Parent(s): 0262025

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
- "Mistral (code) 7B": "mistralai/Mamba-Codestral-7B-v0.1",
29
  "Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
30
  }
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 (code) 7B": "deepseek-ai/deepseek-coder-6.7b-base",
29
  "Zephyr 7B": "HuggingFaceH4/zephyr-7b-beta"
30
  }
31