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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user