SkyNetWalker commited on
Commit
5d7db46
·
verified ·
1 Parent(s): ebb919a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -14,7 +14,7 @@ client = OpenAI(
14
  api_key=ACCESS_TOKEN,
15
  )
16
 
17
- print("OpenAI client initialized.")
18
 
19
  def respond(
20
  message,
@@ -72,6 +72,8 @@ models = [
72
  "microsoft/phi-4-gguf",
73
  "Qwen/QwQ-32B-Preview",
74
  "Qwen/Qwen2.5-Coder-32B-Instruct",
 
 
75
  ]
76
 
77
  demo = gr.ChatInterface(
 
14
  api_key=ACCESS_TOKEN,
15
  )
16
 
17
+ print("Client initialized.")
18
 
19
  def respond(
20
  message,
 
72
  "microsoft/phi-4-gguf",
73
  "Qwen/QwQ-32B-Preview",
74
  "Qwen/Qwen2.5-Coder-32B-Instruct",
75
+ "meta-llama/Llama-3.3-70B-Instruct",
76
+ "meta-llama/Llama-3.2-3B-Instruct",
77
  ]
78
 
79
  demo = gr.ChatInterface(