sanbo1200 commited on
Commit
8cc6da2
·
verified ·
1 Parent(s): 66c533d

Update app241224.py

Browse files
Files changed (1) hide show
  1. app241224.py +0 -14
app241224.py CHANGED
@@ -1,18 +1,4 @@
1
- """
2
- curl -X GET http://localhost:7680/api/models
3
 
4
- curl -X POST https://sanbo1200-degpt.hf.space/hf/v1/chat/completions \
5
- -H "Content-Type: application/json" \
6
- -d '{
7
- "model": "Qwen2.5-72B",
8
- "messages": [
9
- {"role": "system", "content": "You are a helpful assistant."},
10
- {"role": "user", "content": "你是什么模型,你有什么特点?"}
11
- ]
12
- }'
13
-
14
-
15
- """
16
  import json
17
  import uuid # 用于生成随机用户 ID
18
 
 
 
 
1
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  import json
3
  import uuid # 用于生成随机用户 ID
4