From 22b980ffc32336a95ff43cf905950ab32f966dbd Mon Sep 17 00:00:00 2001 From: ochafik Date: Fri, 29 Mar 2024 20:16:55 +0000 Subject: [PATCH] agent: update readme --- .../tools/{example_python_tools.py => unsafe_python_tools.py} | 0 examples/openai/README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/agent/tools/{example_python_tools.py => unsafe_python_tools.py} (100%) diff --git a/examples/agent/tools/example_python_tools.py b/examples/agent/tools/unsafe_python_tools.py similarity index 100% rename from examples/agent/tools/example_python_tools.py rename to examples/agent/tools/unsafe_python_tools.py diff --git a/examples/openai/README.md b/examples/openai/README.md index e9a8658c2..c8bc0130d 100644 --- a/examples/openai/README.md +++ b/examples/openai/README.md @@ -1,6 +1,6 @@ -# examples.agent: Interactive agent that can use Python tools! +# examples.openai: OpenAI-compatibility layer on top of server.cpp -New Python OpenAI API compatibility server, which calls into the C++ server under the hood: +New Python OpenAI API compatibility server, which calls into / spawns the C++ server under the hood: ```bash python -m examples.openai.server --model model.gguf