Skip to content

Commit d8813dc

Browse files
Fixes language model configuration in the schema. Closes #1163 (#1164)
1 parent 54ecda9 commit d8813dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/v0.27.0/rc.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"client": {
5656
"type": "string",
5757
"enum": [
58-
"LMStudio",
59-
"Ollama"
58+
"Ollama",
59+
"OpenAI"
6060
],
6161
"description": "The client to use for the local language model."
6262
},
@@ -184,4 +184,4 @@
184184
"plugins"
185185
],
186186
"additionalProperties": true
187-
}
187+
}

0 commit comments

Comments
 (0)