Dmitry Torokhov
|
0716819a0e
|
feat(providers): fail gracefully when a provider is misconfigured (#2768)
|
2025-10-15 18:43:55 +08:00 |
|
Avinash Thakur
|
8396cc77e4
|
feat: allow overriding provider headers (#2161)
|
2025-06-08 02:04:00 +08:00 |
|
yetone
|
e9ab2ca2fd
|
refactor: providers config (#2117)
|
2025-06-03 04:01:01 +08:00 |
|
Peter Cardenas
|
f9aa75459d
|
fix: add support for tool usage for azure openai (#1922)
|
2025-04-25 10:21:32 +08:00 |
|
yetone
|
04336913b3
|
Revert "fix max_tokens for reasoning models (#1819)" (#1839)
* Revert "fix max_tokens for reasoning models (#1819)"
This reverts commit 1e2e233ff5.
* Revert "fix: revert max_completion_tokens to max_tokens (#1741)"
This reverts commit cd13eeb7d9.
* fix: nvim_version
|
2025-04-09 16:58:54 +08:00 |
|
yetone
|
cd13eeb7d9
|
fix: revert max_completion_tokens to max_tokens (#1741)
|
2025-03-27 16:53:55 +08:00 |
|
kernitus
|
7d137d32cb
|
fix: do not allow max_tokens & max_completion_tokens at the same time (#1633)
* fix: do not allow max_tokens & max_completion_tokens at the same time
* chore: fix formatting
|
2025-03-19 01:44:41 +08:00 |
|
kernitus
|
10ce065d9e
|
feat: update openai/azure params (#1604)
* feat(openai): use max_completion_tokens & reasoning_effort params
* feat(openai): use developer prompt for reasoning models
* docs: update openai config in readme
* refactor: follow lua style quotes
* fix(azure): rename max_tokens to max_completion_tokens
* refactor(azure): remove duplicate field
* refactor: update types
* refactor(azure): update type
|
2025-03-18 19:40:20 +08:00 |
|
yetone
|
f9f92dc9d4
|
Revert "fix: Always handle the extra response outside of stream, such as the exceptions from bedrock (#1526)" (#1569)
This reverts commit f9ab6934d2.
|
2025-03-12 19:10:05 +08:00 |
|
brook hong
|
f9ab6934d2
|
fix: Always handle the extra response outside of stream, such as the exceptions from bedrock (#1526)
|
2025-03-12 16:29:32 +08:00 |
|
kernitus
|
9552a960ef
|
fix(azure): attempt to call is_o_series_model (#1560)
|
2025-03-12 02:53:59 +08:00 |
|
yetone
|
8620ea3e12
|
refactor: summarize memory (#1508)
|
2025-03-07 00:12:57 +08:00 |
|
yetone
|
5aa55689ff
|
fix: bedrock claude do not support prompt caching (#1507)
|
2025-03-06 18:31:56 +08:00 |
|
Matthew Brookhart
|
e69e7eceeb
|
feat: support Microsoft Entra ID authentication (#1274)
Co-authored-by: Matthew Brookhart <Matthew Brookhart>
|
2025-02-27 12:00:36 +08:00 |
|
Peter Cardenas
|
afa674c6fd
|
chore: prefer not to use function assignment (#1381)
|
2025-02-25 12:08:03 +08:00 |
|
yetone
|
b04bffa441
|
fix: types (#1344)
|
2025-02-22 23:24:20 +08:00 |
|
yetone
|
ce55d7ac9e
|
refactor: better value name (#1261)
|
2025-02-13 01:39:02 +08:00 |
|
yetone
|
d1cc23fa54
|
fix: multiple tool use histories and disable tools (#1185)
|
2025-02-06 02:46:52 +08:00 |
|
kernitus
|
499b7a854b
|
chore: make azure o series models stream
|
2025-01-29 13:40:43 +08:00 |
|
kernitus
|
0d62ffd1cb
|
fix: azure o1 unsupported options (#995)
|
2024-12-24 22:40:59 +08:00 |
|
yetone
|
ff85b9c1e2
|
refactor: remove redundant local field to facilitate provider configuration (#858)
|
2024-11-17 02:55:40 +08:00 |
|
yetone
|
dfc51b3247
|
feat: add url_join (#856)
|
2024-11-17 00:39:03 +08:00 |
|
yetone
|
1e8abbf798
|
feat: memory 🧠 (#793)
|
2024-11-04 16:20:28 +08:00 |
|
Aaron Pham
|
e57a3f27df
|
chore(provider): use default value set in metaclass (#503)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-09-03 21:56:52 -04:00 |
|
Aaron Pham
|
0d8098e4eb
|
fix(style): add parentheses (#471)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-09-03 05:12:07 -04:00 |
|
Aaron Pham
|
e8c71d931e
|
chore: run stylua [generated] (#460)
* chore: add stylua
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: running stylua
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-09-03 04:19:54 -04:00 |
|
Aaron Pham
|
0557deeab7
|
feat: tokenizers (#429)
* feat: tokenizers
This reverts commit d5a4db8321.
* fix(inputs): #422
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-31 13:39:50 -04:00 |
|
yetone
|
d5a4db8321
|
Revert tokenizers (#423)
* Revert "fix: add missing "with" in README"
This reverts commit bf1e7f1f17.
* Revert "feat: tokenizers (#407)"
This reverts commit d2095ba267.
|
2024-08-31 22:45:31 +08:00 |
|
Aaron Pham
|
d2095ba267
|
feat: tokenizers (#407)
* feat: autobuild tiktoken lib and schenanigans
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: revert readme changes
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(build): windows
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
* chore(plugin): early load commands and base setup
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(build): make sync
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* feat: rust go vroom vroom
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* feat: scuffed afaf implementation binding go brrrr
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: remove dups
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(tokens): calculate whether we should do prompt_caching (fixes #416)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: ignore lockfiles
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* Update README.md
* Update crates/avante-tokenizers/README.md
* chore: remove unused
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: remove auto build
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
Co-authored-by: yuchanns <me@yuchanns.xyz>
|
2024-08-31 07:19:59 -04:00 |
|
Aaron Pham
|
5c1861d93f
|
feat(azure): support vision (#354)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-29 01:48:40 -04:00 |
|
Aaron Pham
|
d7be4a59c2
|
fix(openai): enable image support on OpenAI platform only (fixes #282) (#284)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-27 11:35:25 -04:00 |
|
Aaron Pham
|
a7d3defa3d
|
feat(llm): add support for parsing secret vault (#200)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-24 17:52:38 -04:00 |
|
Aaron Pham
|
6475407d0d
|
fix(llm): persistent key check for override class (#158)
* fix(llm): make sure to allow passing custom module
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: correct custom class
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: correct attribute
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-22 23:52:49 -04:00 |
|
Aaron Pham
|
8d52229f16
|
refactor(llm): cleanup providers for future ops (closes #134) (#147)
support allow_insecure and proxy ops
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-22 01:48:40 -04:00 |
|