Hanchin Hsieh
83d067695e
chore(build): support build lua-tiktoken on Windows ( #128 )
...
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
2024-08-21 21:59:13 +08:00
Aaron Pham
fe30ef6782
docs: add options for copilot ( #119 )
2024-08-20 14:29:44 -04:00
Aaron Pham
2d87dff33b
docs: update links to wiki ( #104 )
2024-08-19 19:19:45 -04:00
yetone
78213d8e07
docs: add back highlights doc ( #96 )
2024-08-20 01:57:24 +08:00
Aaron Pham
01cdff67da
fix(readme): move section for Local LLM outside ( #87 )
2024-08-19 08:36:55 -04:00
Aaron Pham
02eb39ae48
feat(llm): support local LLM ( #86 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-19 08:35:36 -04:00
Aaron Pham
330d214c14
docs: update wrong type order ( #85 )
2024-08-19 06:15:17 -04:00
Aaron Pham
2463c896f1
fix(claude): sending state manually ( #84 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-19 06:11:02 -04:00
Aaron Pham
7e6705c0b1
fix(hint): correct variable and setup on init ( #82 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-19 05:11:38 -04:00
yetone
1aad15d33d
docs: update todos ( #81 )
2024-08-19 12:11:44 +08:00
Yuexun
29dabc4768
feat(ui): add config to turn off hints popup ( #75 )
2024-08-19 10:40:33 +08:00
Aaron Pham
2700cad921
feat(providers): add support for custom vendors ( #74 )
...
* feat(providers): add support for custom vendors
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: override configuration not setup
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-19 10:20:29 +08:00
franklin
0fddfc7d8f
feat: support groq ( #70 )
...
* adding groq to config
* updated readme with groq
2024-08-19 00:11:39 +08:00
Chao Li
6bef72e287
feat: support deepseek ( #69 )
...
The DeepSeek API reduces costs through disk caching, and DeepSeek-Coder-V2-0724 achieves GPT-4-Turbo-0409 level code capabilities with excellent math and reasoning skills.
2024-08-18 21:33:45 +08:00
Aaron Pham
b979b3d8ce
chore(init): gated neovim version ( #67 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-18 18:28:11 +08:00
Aaron Pham
58af2b7f92
fix(ui): use dressing.nvim for better input support ( #58 )
...
* fix(ui): use dressing.nvim for better input support
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: add small docs on setting up dependencies
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: update docs
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* revert: add back quick docs for setup
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: update readme
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* Update lua/avante/ui/dressing.lua
* Update lua/avante/ui/dressing.lua
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-18 06:07:29 -04:00
yetone
c19ea9a48a
feat: add wrap line configuration ( #59 )
2024-08-18 13:48:19 +08:00
Aaron Pham
af1f51455e
feat(ui): add envvar popup with warnings ( #54 )
...
* feat: add support for input popup of envvar
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: update README and ignore certain filetypes for popup
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: readme doesn't support nested callout
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-18 04:04:40 +08:00
Aaron Pham
350b859e66
docs: update dev instructions for typing ( #49 )
2024-08-18 02:19:54 +08:00
yetone
f5d9d2139a
chore(doc): fix format ( #47 )
2024-08-18 01:58:08 +08:00
yetone
c23cd020d7
chore: update todos ( #46 )
2024-08-18 01:50:29 +08:00
yetone
d93bbe7e04
chore: update doc ( #45 )
2024-08-18 01:47:51 +08:00
yetone
5d5ded5c55
fix: docs with render-markdown ( #41 )
2024-08-17 22:33:40 +08:00
yetone
3dca5f4764
feat: ask selected code block ( #39 )
2024-08-17 22:29:05 +08:00
yetone
f8cbc88424
refactor(ui): bounding popover ( #13 ) ( #29 )
...
* refactor(ui): bounding popover (#13 )
* refactor(ui): bounding popover
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: update readme instructions on setting up render-markdown.nvim
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: align code style
* fix: incorrect type annotation
* fix: make it work with mouse movement
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: focus correct on render
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: make sure to close the view
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: cleanup cursor position
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* docs: add notes on rc
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: make sure to apply if has diff
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: do not simulate user input
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: yetone <yetoneful@gmail.com>
* fix(autocmd): make sure to load tiktoken on correct events (closes #16 ) (#24 )
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* feat(type): better hinting on nui components (#27 )
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* feat: scrollview and tracking config and lazy load and perf (#33 )
* feat: scrollview and tracking config and lazy load and perf
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: add back options
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* revert: remove unused autocmd
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: get code content
* fix: keybinding hint virtual text position
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: yetone <yetoneful@gmail.com>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-17 15:14:30 +08:00
yetone
333bf73bcb
Update README.md ( #12 )
2024-08-15 21:04:06 +08:00
Aaron Pham
f7de743fe0
feat(tiktoken): automatic build ( #9 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-15 20:59:01 +08:00
yetone
dba5107047
Update README.md
2024-08-15 20:20:22 +08:00
Wey Gu
2951217a68
docs: macOS tiktoken core install ( #7 )
...
also fix azure default api_version
2024-08-15 16:00:18 +08:00
yetone
4705b2a679
fix: default highlights
2024-08-15 15:48:40 +08:00
yetone
9bc6b4d25c
Update README.md
2024-08-15 14:38:11 +08:00
yetone
06309f23ef
Update README.md
2024-08-15 14:18:25 +08:00
Wey Gu
b3132f4e6f
feat: add native azure openai configuration ( #4 )
...
chore: also fixed markdown lint errors
2024-08-15 13:44:25 +08:00
yetone
c4bc1a21a7
feat: add pre-commit
2024-08-15 10:33:22 +08:00
yetone
91b54af2a7
feat: add endpoint doc
2024-08-15 10:16:35 +08:00
yetone
4c5c3aa1a0
Update README.md
2024-08-15 04:11:10 +08:00
yetone
e82fc966c5
Update README.md
2024-08-15 04:08:18 +08:00
yetone
444739fe19
fix: doc
2024-08-15 04:06:37 +08:00
yetone
29a1a9a359
feat: use custom configs
2024-08-15 04:05:41 +08:00
yetone
18df41434e
Update README.md
2024-08-15 02:56:39 +08:00
yetone
d3b328b10f
Update README.md
2024-08-15 02:55:22 +08:00
yetone
9edd4202af
first commit
2024-08-15 01:45:38 +08:00