modelbuilderhq commited on
Commit
fb23488
·
verified ·
1 Parent(s): 73f8fd8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -302,7 +302,7 @@ Example:
302
 
303
  ```bash
304
  export API_BASE_URL="https://router.huggingface.co/v1"
305
- export MODEL_NAME="openai/gpt-4.1-mini"
306
  export HF_TOKEN="your-token-here"
307
  python inference.py
308
  ```
 
302
 
303
  ```bash
304
  export API_BASE_URL="https://router.huggingface.co/v1"
305
+ export MODEL_NAME="Qwen/Qwen2.5-72B-Instruct"
306
  export HF_TOKEN="your-token-here"
307
  python inference.py
308
  ```