TejAndrewsACC commited on
Commit
9e6c8f9
·
verified ·
1 Parent(s): 71e4ecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  hf_token = os.getenv("HF_TOKEN").strip()
6
  api_key = os.getenv("HF_KEY").strip()
7
 
8
- client = InferenceClient("Qwen/QwQ-32B-Preview")
9
 
10
  def respond(
11
  message,
 
5
  hf_token = os.getenv("HF_TOKEN").strip()
6
  api_key = os.getenv("HF_KEY").strip()
7
 
8
+ client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
9
 
10
  def respond(
11
  message,