Unverified Commit 4de1370a authored by royjhan's avatar royjhan Committed by GitHub
Browse files

openai tools doc (#5617)

parent bbf8f102
...@@ -79,7 +79,7 @@ curl http://localhost:11434/v1/chat/completions \ ...@@ -79,7 +79,7 @@ curl http://localhost:11434/v1/chat/completions \
- [x] JSON mode - [x] JSON mode
- [x] Reproducible outputs - [x] Reproducible outputs
- [ ] Vision - [ ] Vision
- [ ] Function calling - [x] Tools
- [ ] Logprobs - [ ] Logprobs
#### Supported request fields #### Supported request fields
...@@ -97,9 +97,9 @@ curl http://localhost:11434/v1/chat/completions \ ...@@ -97,9 +97,9 @@ curl http://localhost:11434/v1/chat/completions \
- [x] `temperature` - [x] `temperature`
- [x] `top_p` - [x] `top_p`
- [x] `max_tokens` - [x] `max_tokens`
- [ ] `logit_bias` - [x] `tools`
- [ ] `tools`
- [ ] `tool_choice` - [ ] `tool_choice`
- [ ] `logit_bias`
- [ ] `user` - [ ] `user`
- [ ] `n` - [ ] `n`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment