mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-24 04:25:00 +00:00
Update openai-functions.md
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
c7e08813a5
commit
c8be839481
1 changed files with 5 additions and 3 deletions
|
@ -1,16 +1,18 @@
|
||||||
|
|
||||||
+++
|
+++
|
||||||
disableToc = false
|
disableToc = false
|
||||||
title = "🔥 OpenAI functions"
|
title = "🔥 OpenAI functions and tools"
|
||||||
weight = 17
|
weight = 17
|
||||||
url = "/features/openai-functions/"
|
url = "/features/openai-functions/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
LocalAI supports running OpenAI functions with `llama.cpp` compatible models.
|
LocalAI supports running OpenAI [functions and tools API](https://platform.openai.com/docs/api-reference/chat/create#chat-create-tools) with `llama.cpp` compatible models.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
To learn more about OpenAI functions, see the [OpenAI API blog post](https://openai.com/blog/function-calling-and-other-api-updates).
|
To learn more about OpenAI functions, see also the [OpenAI API blog post](https://openai.com/blog/function-calling-and-other-api-updates).
|
||||||
|
|
||||||
|
LocalAI is also supporting [JSON mode](https://platform.openai.com/docs/guides/text-generation/json-mode) out of the box with llama.cpp-compatible models.
|
||||||
|
|
||||||
💡 Check out also [LocalAGI](https://github.com/mudler/LocalAGI) for an example on how to use LocalAI functions.
|
💡 Check out also [LocalAGI](https://github.com/mudler/LocalAGI) for an example on how to use LocalAI functions.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue