feat(llm): cohere support (#167)

should be good set of defaults now, one in US, one in canada, and
microsoft :/

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-23 09:36:40 -04:00
committed by GitHub
parent 12d7cd8ec7
commit d2775135a3
5 changed files with 142 additions and 3 deletions

View File

@@ -1183,6 +1183,9 @@ Available commands:
chat_history = {}
save_chat_history(self, chat_history)
self:update_content("Chat history cleared", { focus = false, scroll = false })
vim.defer_fn(function()
self:close()
end, 1000)
return
else
-- Unknown command