xulh commited on
Commit
a1df442
·
1 Parent(s): 4060252

代码初始化

Browse files
Files changed (1) hide show
  1. inference/inference.py +1 -1
inference/inference.py CHANGED
@@ -5,7 +5,7 @@ import time
5
 
6
  router = APIRouter()
7
 
8
- API_URL = "https://api-inference.huggingface.co/models/cardiffnlp/twitter-roberta-base-sentiment-latest"
9
 
10
 
11
  # 使用httpx异步请求
 
5
 
6
  router = APIRouter()
7
 
8
+ API_URL = "https://api-inference.huggingface.co/models/cardiffnlp/meta-llama/Llama-3.1-8B-Instruct"
9
 
10
 
11
  # 使用httpx异步请求