mirror of
https://github.com/hoshikawa2/openclaw-oci-pptx.git
synced 2026-03-06 18:21:04 +00:00
bug fix. PROMPT OK
This commit is contained in:
18
README.md
18
README.md
@@ -429,6 +429,24 @@ curl http://127.0.0.1:8050/v1/chat/completions -H "Content-Type: application/j
|
|||||||
"model": "gpt-5",
|
"model": "gpt-5",
|
||||||
"messages": [{"role": "user", "content": "Hello"}]
|
"messages": [{"role": "user", "content": "Hello"}]
|
||||||
}'
|
}'
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Or if you want to generate a PPTX direct by the **oci_openai_proxy.py**:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
curl http://127.0.0.1:8050/v1/chat/completions \
|
||||||
|
-H "Content-Type: application/json" \
|
||||||
|
-d '{
|
||||||
|
"model": "gpt-5",
|
||||||
|
"messages": [
|
||||||
|
{"role": "user", "content": "generate pptx from https://github.com/hoshikawa2/flexcube-14.5 in portuguese"}
|
||||||
|
],
|
||||||
|
"temperature": 0.2
|
||||||
|
}'
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user