winglian commited on
Commit
1f9f9d5
1 Parent(s): 2fc792a

add selfee 13b

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -136,6 +136,7 @@ AVAILABLE_MODELS = {
136
  "guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
137
  "minotaur-13b": ("6f1baphxjpjk7b", prompt_chat),
138
  "wizardlm-13b": ("k0chcxsgukov8x", prompt_instruct),
 
139
  }
140
 
141
  OAAIC_MODELS = [
 
136
  "guanaco-13b": ("yxl8w98z017mw2", prompt_instruct),
137
  "minotaur-13b": ("6f1baphxjpjk7b", prompt_chat),
138
  "wizardlm-13b": ("k0chcxsgukov8x", prompt_instruct),
139
+ "selfee-13b": ("50rnvxln9bmf4c", prompt_instruct),
140
  }
141
 
142
  OAAIC_MODELS = [