R-Kentaren commited on
Commit
f82671c
·
verified ·
1 Parent(s): 967bbbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from typing import List, Tuple, Optional
7
  AVAILABLE_MODELS = [
8
  "Qwen/Qwen3-Coder-480B-A35B-Instruct",
9
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
10
- "meta-llama/Llama-3-70B-Instruct",
11
  ]
12
 
13
  def initialize_client(token: str, model: str) -> Optional[InferenceClient]:
 
7
  AVAILABLE_MODELS = [
8
  "Qwen/Qwen3-Coder-480B-A35B-Instruct",
9
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
10
+ "athirdpath/Llama-3.1-Instruct_NSFW-pretrained_e1-plus_reddit",
11
  ]
12
 
13
  def initialize_client(token: str, model: str) -> Optional[InferenceClient]: