diff --git a/schemas/v0.27.0/rc.schema.json b/schemas/v0.27.0/rc.schema.json index 978808da..0ff81cf5 100644 --- a/schemas/v0.27.0/rc.schema.json +++ b/schemas/v0.27.0/rc.schema.json @@ -55,8 +55,8 @@ "client": { "type": "string", "enum": [ - "LMStudio", - "Ollama" + "Ollama", + "OpenAI" ], "description": "The client to use for the local language model." }, @@ -184,4 +184,4 @@ "plugins" ], "additionalProperties": true -} \ No newline at end of file +}