Skip to content

Commit cf3ff08

Browse files
authored
chore: fix typo (#3032)
1 parent 680c445 commit cf3ff08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/codecompanion/adapters/http/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function Adapter.set_model(args)
279279
-- Set the model dictionary as a convenience for the user. This can be string
280280
-- or function values. If they're functions, these are likely to make http
281281
-- 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.
282+
-- we don't execute them here. Instead, let the user decide when to.
283283
if adapter.schema and adapter.schema.model then
284284
adapter.model = {}
285285
local model = adapter.schema.model.default

0 commit comments

Comments
 (0)