summaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFiles
2024-12-22added image generationMartin Bielik1
2024-12-21image to text support, closes #134Martin Bielik1
2024-12-17added table of contentsMartin Bielik1
2024-12-17docuMartin Bielik1
2024-12-17special roleMartin Bielik1
2024-12-17new utility commandsMartin Bielik1
2024-12-17replace :AINew with default roles, closes #97Martin Bielik1
2024-12-17simplified new role syntaxMartin Bielik1
2024-12-16new role syntaxMartin Bielik1
2024-12-12execute mutliple rolesMartin Bielik1
2024-12-08don't include not selected line, refactor ranges, fixes #112Martin Bielik1
2024-12-07improved initial message configMartin Bielik1
2024-12-06improved openrouter guideMartin Bielik1
2024-12-06docu: custom apis, openrouter guideMartin Bielik1
2024-12-06allow override global token configMartin Bielik1
2024-12-05o1 role exampleMartin Bielik1
2024-12-05updated edit configuration docuMartin Bielik1
2024-12-05o1 preview exampleMartin Bielik1
2024-12-05moving from legacy completions apiMartin Bielik1
2024-12-03docu new optionsMartin Bielik1
2024-09-12docs: update README.mdIkko Eltociear Ashimine1
seleciton -> selection
2024-05-31gpt-4o as default chat modelMartin Bielik1
2024-05-31define required max_tokens for turbo-instruct modelMartin Bielik1
2024-04-14increase token limitEnno1
2024-03-09docu typoMartin Bielik1
2024-03-09roles docuMartin Bielik1
2024-03-08feat: add an option to customize api key file locationjiangyinzuo1
2024-02-26docu range functionalityMartin Bielik1
2024-02-26drop superfluous selection argument and fix instruction argumentKonfekt1
2024-02-26Update README.mdChris Stryczynski1
Fix instructions which lead to `Undefined variable: g:vim_ai_chat` if config options are not initially set
2024-02-17Update README.mdChris Stryczynski1
Fix instructions which lead to `Undefined variable: g:vim_ai_chat` if config options are not initially set
2024-01-24feat(chat): add `include` role to include filesJason Kölker1
Files may be included in the chat by a special `include` role. Each file's contents will be added to an additional `user` role message with the files separated by `==> {path} <==` where `{path}` is the path to the file. Globbing is expanded out via `glob.glob` and relative apths to the current working directory (as determined by `getcwd()`) will be resolved to absolute paths. Example: ``` >>> user Generate documentation for the following files >>> include /home/user/myproject/src/../requirements.txt /home/user/myproject/**/*.py ``` Fixes: #69
2023-10-21docu on custom apisMartin Bielik1
2023-10-21endpoint_url configMartin Bielik1
2023-10-21option to disable authorizationMartin Bielik1
2023-10-21base_url extracted to config, docuMartin Bielik1
2023-09-26use gpt-3.5-turbo-instruct by default, closes #48Martin Bielik1
2023-09-18compact org id docuMartin Bielik1
2023-09-09Include OpenAI Org ID from the token configDuy Lam1
2023-06-25allow string in initial_prompt, closes #35Martin Bielik1
2023-06-11optional max_tokens, fixes #42Martin Bielik1
2023-05-30selection boundary issue reference, fixes #45Martin Bielik1
2023-05-11Added command example, fixes #37Martin Bielik1
2023-05-02configurable paste modeMartin Bielik1
2023-04-24wiki referencesMartin Bielik1
2023-04-23split to AI commands and utilitiesMartin Bielik1
2023-04-23renamed custom commands examplesMartin Bielik1
2023-04-22added AINewChat commandMartin Bielik1
2023-04-22open_chat_command presetsMartin Bielik1
2023-04-22custom commands documentationMartin Bielik1