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.
1 parent 680c445 commit cf3ff08Copy full SHA for cf3ff08
1 file changed
lua/codecompanion/adapters/http/init.lua
@@ -279,7 +279,7 @@ function Adapter.set_model(args)
279
-- Set the model dictionary as a convenience for the user. This can be string
280
-- or function values. If they're functions, these are likely to make http
281
-- requests to obtain a list of available models. This is expensive, so
282
- -- we dont't execute them here. Instead, let the user decide when to.
+ -- we don't execute them here. Instead, let the user decide when to.
283
if adapter.schema and adapter.schema.model then
284
adapter.model = {}
285
local model = adapter.schema.model.default
0 commit comments