R-Kentaren commited on
Commit
07ba57c
·
verified ·
1 Parent(s): dc93b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ AVAILABLE_MODELS = [
9
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
10
  "Orion-zhen/Qwen2.5-7B-Instruct-Uncensored",
11
  "jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.0",
 
12
  ]
13
 
14
  def initialize_client(token: str, model: str) -> Optional[InferenceClient]:
 
9
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
10
  "Orion-zhen/Qwen2.5-7B-Instruct-Uncensored",
11
  "jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.0",
12
+ "DavidAU/Gemma-The-Writer-N-Restless-Quill-10B-Uncensored",
13
  ]
14
 
15
  def initialize_client(token: str, model: str) -> Optional[InferenceClient]: