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