From 5eec484dc79bb56dabf9a56af0dbe6bc95227d39 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:12:58 -0700 Subject: Config UI (#399) * feat: :sparkles: UI for config! * feat: :sparkles: (latent) edit models in settings --- schema/json/LLM.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 schema/json/LLM.json (limited to 'schema/json/LLM.json') diff --git a/schema/json/LLM.json b/schema/json/LLM.json new file mode 100644 index 00000000..57d78928 --- /dev/null +++ b/schema/json/LLM.json @@ -0,0 +1,30 @@ +{ + "title": "LLM", + "$ref": "#/definitions/src__continuedev__libs__llm__LLM", + "definitions": { + "src__continuedev__libs__llm__LLM": { + "title": "LLM", + "type": "object", + "properties": { + "requires_api_key": { + "title": "Requires Api Key", + "type": "string" + }, + "requires_unique_id": { + "title": "Requires Unique Id", + "default": false, + "type": "boolean" + }, + "requires_write_log": { + "title": "Requires Write Log", + "default": false, + "type": "boolean" + }, + "system_message": { + "title": "System Message", + "type": "string" + } + } + } + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2