summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFiles
* replace :AINew with default roles, closes #97Martin Bielik2024-12-171
|
* simplified new role syntaxMartin Bielik2024-12-171
|
* new role syntaxMartin Bielik2024-12-161
|
* execute mutliple rolesMartin Bielik2024-12-121
|
* don't include not selected line, refactor ranges, fixes #112Martin Bielik2024-12-081
|
* improved initial message configMartin Bielik2024-12-071
|
* improved openrouter guideMartin Bielik2024-12-061
|
* docu: custom apis, openrouter guideMartin Bielik2024-12-061
|
* allow override global token configMartin Bielik2024-12-061
|
* o1 role exampleMartin Bielik2024-12-051
|
* updated edit configuration docuMartin Bielik2024-12-051
|
* o1 preview exampleMartin Bielik2024-12-051
|
* moving from legacy completions apiMartin Bielik2024-12-051
|
* docu new optionsMartin Bielik2024-12-031
|
* docs: update README.mdIkko Eltociear Ashimine2024-09-121
| | | seleciton -> selection
* gpt-4o as default chat modelMartin Bielik2024-05-311
|
* define required max_tokens for turbo-instruct modelMartin Bielik2024-05-311
|
* increase token limitEnno2024-04-141
|
* docu typoMartin Bielik2024-03-091
|
* roles docuMartin Bielik2024-03-091
|
* feat: add an option to customize api key file locationjiangyinzuo2024-03-081
|
* docu range functionalityMartin Bielik2024-02-261
|
* drop superfluous selection argument and fix instruction argumentKonfekt2024-02-261
|
* Update README.mdChris Stryczynski2024-02-261
| | | Fix instructions which lead to `Undefined variable: g:vim_ai_chat` if config options are not initially set
* feat(chat): add `include` role to include filesJason Kölker2024-01-241
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge remote-tracking branch 'origin/main' into base-url-configMartin Bielik2023-10-211
|\
| * use gpt-3.5-turbo-instruct by default, closes #48Martin Bielik2023-09-261
| |
| * compact org id docuMartin Bielik2023-09-181
| |
| * Include OpenAI Org ID from the token configDuy Lam2023-09-091
| |
* | docu on custom apisMartin Bielik2023-10-211
| |
* | endpoint_url configMartin Bielik2023-10-211
| |
* | option to disable authorizationMartin Bielik2023-10-211
| |
* | base_url extracted to config, docuMartin Bielik2023-10-211
|/
* allow string in initial_prompt, closes #35Martin Bielik2023-06-251
|
* optional max_tokens, fixes #42Martin Bielik2023-06-111
|
* selection boundary issue reference, fixes #45Martin Bielik2023-05-301
|
* Added command example, fixes #37Martin Bielik2023-05-111
|
* configurable paste modeMartin Bielik2023-05-021
|
* wiki referencesMartin Bielik2023-04-241
|
* split to AI commands and utilitiesMartin Bielik2023-04-231
|
* renamed custom commands examplesMartin Bielik2023-04-231
|
* added AINewChat commandMartin Bielik2023-04-221
|
* open_chat_command presetsMartin Bielik2023-04-221
|
* custom commands documentationMartin Bielik2023-04-221
|
* docu typo fixMartin Bielik2023-04-211
|
* documented request timeoutMartin Bielik2023-04-201
|
* selection boundary configMartin Bielik2023-04-201
|
* updated docuMartin Bielik2023-04-171
|
* better nvim plugins locationMartin Bielik2023-04-161
|
* fixes #18, updated docu on manual installationMartin Bielik2023-04-161
|