PeterPinetree commited on
Commit
035c699
·
verified ·
1 Parent(s): 1ea9c82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ logging.basicConfig(
12
  logging.debug(f"Using huggingface_hub version: {hf_version}")
13
 
14
  # Get token from environment variable
15
- hf_token = os.environ.get("JOJO_ZEPHYR_TOKEN")
16
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=hf_token)
17
 
18
  TOPIC_EXAMPLES = {
19
  "Daily Life": {
 
12
  logging.debug(f"Using huggingface_hub version: {hf_version}")
13
 
14
  # Get token from environment variable
15
+ hf_token = os.environ.get("QWEN_BOT_TOKEN")
16
+ client = InferenceClient("Qwen/Qwen2.5-72B-Instruct", token=hf_token)
17
 
18
  TOPIC_EXAMPLES = {
19
  "Daily Life": {