You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/config.rst
+5
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ Here is an example:
42
42
#MODEL = "local/<model-name>"
43
43
#OPENAI_BASE_URL = "http://localhost:11434/v1"
44
44
45
+
# Uncomment to change tool configuration
46
+
#TOOL_FORMAT = "markdown" # Select the tool formal. One of `markdown`, `xml`, `tool`
47
+
#TOOL_ALLOW_LIST = "save,append,patch,python" # Comma separated list of allowed tools
48
+
#TOOL_MODULES = "gptme.tools,custom.tools" # List of python comma separated python module path
49
+
45
50
The ``prompt`` section contains options for the prompt.
46
51
47
52
The ``env`` section contains environment variables that gptme will fall back to if they are not set in the shell environment. This is useful for setting the default model and API keys for :doc:`providers`.
0 commit comments