feat: Add P-Reinforce 00_Raw Auto-structure logic
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import requests
|
||||
import json
|
||||
|
||||
try:
|
||||
res = requests.post('http://127.0.0.1:4825/api/evaluate', json={"prompt": "1+1은?"})
|
||||
print(res.status_code)
|
||||
print(res.text)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
Reference in New Issue
Block a user