From 4de1370a9dcc88b79ddc2d4af2e8c954bdfa67a1 Mon Sep 17 00:00:00 2001 From: royjhan <65097070+royjhan@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:34:06 -0700 Subject: [PATCH] openai tools doc (#5617) --- docs/openai.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/openai.md b/docs/openai.md index 248ba74a..e51d3194 100644 --- a/docs/openai.md +++ b/docs/openai.md @@ -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`