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:11434/api/generate', json={"model": "gemma4:e2b", "prompt": "1+1은?", "stream": False})
|
||||
print(res.status_code)
|
||||
print(res.text)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
Reference in New Issue
Block a user