openai tools doc (#5617)

This commit is contained in:
royjhan 2024-07-25 15:34:06 -07:00 committed by GitHub
parent bbf8f102ee
commit 4de1370a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ curl http://localhost:11434/v1/chat/completions \
- [x] JSON mode
- [x] Reproducible outputs
- [ ] Vision
- [ ] Function calling
- [x] Tools
- [ ] Logprobs
#### Supported request fields
@ -97,9 +97,9 @@ curl http://localhost:11434/v1/chat/completions \
- [x] `temperature`
- [x] `top_p`
- [x] `max_tokens`
- [ ] `logit_bias`
- [ ] `tools`
- [x] `tools`
- [ ] `tool_choice`
- [ ] `logit_bias`
- [ ] `user`
- [ ] `n`