Skip to content

Commit 0a300b7

Browse files
committed
docs: Update ollama readme
Signed-off-by: Tomas Slusny <[email protected]>
1 parent dd9225f commit 0a300b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,7 @@ Here's how to implement an [ollama](https://ollama.com/) provider:
416416
for _, model in ipairs(vim.json.decode(response.body)['models']) do
417417
table.insert(models, {
418418
id = model.name,
419-
name = model.name,
420-
version = "latest",
421-
tokenizer = "o200k_base",
419+
name = model.name
422420
})
423421
end
424422
return models

0 commit comments

Comments
 (0)