sainathBelagavi commited on
Commit
55b1ec6
·
verified ·
1 Parent(s): 364b599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ API_KEY = os.environ.get('HUGGINGFACE_API_KEY')
11
  model_links = {
12
  "LegacyLift🚀": base_url + "mistralai/Mistral-7B-Instruct-v0.2",
13
  "ModernMigrate⭐": base_url + "mistralai/Mixtral-8x7B-Instruct-v0.1",
14
- "RetroRecode🔄": base_url + "Qwen/CodeQwen1.5-7B-Chat"
15
  }
16
 
17
  model_info = {
 
11
  model_links = {
12
  "LegacyLift🚀": base_url + "mistralai/Mistral-7B-Instruct-v0.2",
13
  "ModernMigrate⭐": base_url + "mistralai/Mixtral-8x7B-Instruct-v0.1",
14
+ "RetroRecode🔄": base_url + "microsoft/Phi-3-mini-4k-instruct"
15
  }
16
 
17
  model_info = {