summaryrefslogtreecommitdiff
path: root/schema/json/LLM.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json/LLM.json')
-rw-r--r--schema/json/LLM.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/json/LLM.json b/schema/json/LLM.json
index acfc4dc2..b5b48d6b 100644
--- a/schema/json/LLM.json
+++ b/schema/json/LLM.json
@@ -56,6 +56,11 @@
"description": "Path to a custom CA bundle to use when making the HTTP request",
"type": "string"
},
+ "proxy": {
+ "title": "Proxy",
+ "description": "Proxy URL to use when making the HTTP request",
+ "type": "string"
+ },
"prompt_templates": {
"title": "Prompt Templates",
"description": "A dictionary of prompt templates that can be used to customize the behavior of the LLM in certain situations. For example, set the \"edit\" key in order to change the prompt that is used for the /edit slash command. Each value in the dictionary is a string templated in mustache syntax, and filled in at runtime with the variables specific to the situation. See the documentation for more information.",