We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f81cf19 + cdbcb0a commit bf6be96Copy full SHA for bf6be96
.vscode/settings.json
@@ -80,6 +80,7 @@
80
"nometa",
81
"numpy",
82
"ollama",
83
+ "openaiapi",
84
"opencode",
85
"openrouter",
86
"otiai",
internal/plugins/ai/exolab/exolab.go
@@ -13,6 +13,7 @@ func NewClient() (ret *Client) {
13
ret = &Client{}
14
ret.Client = openai.NewClientCompatibleNoSetupQuestions("Exolab", ret.configure)
15
16
+ ret.ApiKey = ret.AddSetupQuestion("API Key", false)
17
ret.ApiBaseURL = ret.AddSetupQuestion("API Base URL", true)
18
ret.ApiBaseURL.Value = "http://localhost:52415"
19
0 commit comments