mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-05 23:02:26 +01:00
docs: Improve the multimodal examples slightly
This commit is contained in:
parent
57f6e9af5a
commit
73a8a737b2
|
|
@ -93,7 +93,10 @@ curl http://127.0.0.1:5000/v1/chat/completions \
|
|||
{"type": "image_url", "image_url": {"url": "https://github.com/turboderp-org/exllamav3/blob/master/examples/media/cat.png?raw=true"}}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"temperature": 0.6,
|
||||
"top_p": 0.95,
|
||||
"top_k": 20
|
||||
}'
|
||||
```
|
||||
|
||||
|
|
@ -127,7 +130,10 @@ curl http://127.0.0.1:5000/v1/completions \
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"temperature": 0.6,
|
||||
"top_p": 0.95,
|
||||
"top_k": 20
|
||||
}'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue