This commit is contained in:
2024-09-12 15:06:58 +08:00
parent 35b8a1c7e7
commit b0eec18ee3
4 changed files with 52 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
import requests
url = 'http://192.168.195.103:61000/GetFieldData'
r = requests.post(url, {
"field_name": "supported_llm"
}, timeout=10)
print(r.text)