mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 12:15:22 +00:00
chat doc
This commit is contained in:
parent
75ad6309b4
commit
8ccf543c53
@ -12,3 +12,9 @@
|
|||||||
- "whisper_model" (required): path to whisper model
|
- "whisper_model" (required): path to whisper model
|
||||||
- "transcribe" (optional): if true, will transcribe and return the audio file
|
- "transcribe" (optional): if true, will transcribe and return the audio file
|
||||||
- "prompt" (optional): if not null, passed in with the transcribed audio
|
- "prompt" (optional): if not null, passed in with the transcribed audio
|
||||||
|
|
||||||
|
## api/chat
|
||||||
|
### Request fields
|
||||||
|
- "whisper_model" (required): path to whisper model
|
||||||
|
- "message" object
|
||||||
|
- "audio" (required): contains path to audio file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user