Commit Graph

152 Commits

Author SHA1 Message Date
Piotr Rogowski
60cb550db7 Fix crash when delta in openai api handling could be empty in some cases.
Fixes #641
2025-01-29 19:43:10 +01:00
Vignesh Subbiah
d6433591b2 Add typing for usageData and adds some unit tests 2025-01-29 22:53:43 +05:30
Vignesh Subbiah
6ccb061d33 Refactors the cached token code for all models 2025-01-29 22:25:01 +05:30
kinandan
26369ca48b Fixing anthropic model caching in roo-code 2025-01-29 21:44:47 +05:30
Piotr Rogowski
1534a9c047 Add support for perplexity/sonar-reasoning 2025-01-29 09:54:19 +01:00
Matt Rubens
76278ed99e Merge pull request #616 from websentry-ai/vs/support-unbound
Supports unbound API provider
2025-01-29 00:10:21 -05:00
Piotr Rogowski
9710fd1110 handle other deepseek-r1 variants on openrouter 2025-01-28 20:53:07 +01:00
pugazhendhi-m
ea30563cca Merge branch 'main' into vs/support-unbound 2025-01-28 21:58:23 +05:30
Vignesh Subbiah
5329c712de Yields the usage tokens 2025-01-28 21:11:16 +05:30
Vignesh Subbiah
4008a1a53e Modifying the usage of unbound.ts in compliance with all providers 2025-01-28 19:43:52 +05:30
Matt Rubens
18c7f57afb Add test 2025-01-28 00:15:14 -05:00
Piotr Rogowski
cb23be6346 Extend deepseek-r1 support 2025-01-27 21:27:24 +01:00
Pugazhendhi
31ec687768 Adds provider names to dropdown 2025-01-27 19:48:43 +05:30
Pugazhendhi
aed51a2bc5 Updates error reading 2025-01-27 19:48:31 +05:30
Pugazhendhi
336f76baa9 Changes production url 2025-01-27 19:48:17 +05:30
Pugazhendhi
270105bac8 Adds test file 2025-01-27 19:48:04 +05:30
Pugazhendhi
698ae6566d Handles error messages 2025-01-27 19:47:52 +05:30
Pugazhendhi
02ccd77004 Fixed model mismatch 2025-01-27 19:47:34 +05:30
Pugazhendhi
62dcfbe549 Adds unbound provider to roo cline 2025-01-27 19:47:28 +05:30
Matt Rubens
2fbf276f00 Merge pull request #555 from dairui1/feat/openrouter_base_url
feat: Add openRouterBaseUrl option
2025-01-26 00:35:11 -05:00
Matt Rubens
3d5780f44e Fix 2025-01-26 00:31:53 -05:00
Piotr Rogowski
c6607065b9 Add support for displaying reasoning for openrouter models 2025-01-26 02:11:56 +01:00
Piotr Rogowski
663747eb2d Use deepseek-r1 recommended temperature 2025-01-25 23:34:50 +01:00
dairui1
4a75f85eac feat: Add openRouterBaseUrl option 2025-01-25 16:48:21 +08:00
Matt Rubens
0cfc095544 Merge remote-tracking branch 'origin/main' into aws-profile-support 2025-01-24 09:10:11 -05:00
Matt Rubens
45aa069f39 Merge pull request #501 from punkpeye/add-polling
feat: poll usage
2025-01-23 15:16:10 -08:00
sam hoang
f745f080f4 feat: add explicit Azure OpenAI flag and setup memory bank docs
- Add openAiUseAzure flag to force Azure OpenAI client initialization
- Add "Use Azure" checkbox in API settings UI

This change improves Azure OpenAI configuration flexibility by allowing users to explicitly opt-in to Azure client, regardless of the base URL pattern.
2025-01-24 00:14:55 +07:00
Frank
576c92ff4c feat: poll usage 2025-01-22 16:17:31 -06:00
Matt Rubens
82a6d13c20 Change default 2025-01-22 08:18:29 -08:00
Matt Rubens
2a11bcabfd Update openrouter.test.ts 2025-01-21 19:32:59 -05:00
Matt Rubens
53af972579 Update openrouter.ts 2025-01-21 19:23:27 -05:00
sam hoang
d1a65f4de0 refactor: rename openAiCusModelInfo to openAiCustomModelInfo for better clarity
- Rename openAiCusModelInfo to openAiCustomModelInfo across all files for better readability
- Update related variable names and references to maintain consistency
- Affects OpenAI provider, ClineProvider, WebviewMessage, API interfaces, and UI components
2025-01-21 23:06:07 +07:00
sam hoang
d50e075c75 feat(openai): add custom model info configuration
Adds support for configuring custom OpenAI-compatible model capabilities and pricing, including:

Max output tokens
Context window size
Image/computer use support
Input/output token pricing
Cache read/write pricing
2025-01-21 22:46:21 +07:00
Matt Rubens
b8e0aa0cde Custom modes 2025-01-21 09:39:54 -05:00
Matt Rubens
332245c33a Merge pull request #445 from punkpeye/feature-metadata-2
fix: correct X-Glama-Metadata placement
2025-01-20 21:58:04 -05:00
Frank
d995a6a3a2 fix: correct X-Glama-Metadata placement 2025-01-20 20:48:18 -06:00
Abhishek Aryan
7f0550ae19 Merge branch 'main' into aws-profile-support 2025-01-20 20:29:43 +00:00
Matt Rubens
a13da25dd1 Deepseek fixes 2025-01-20 11:41:38 -05:00
Frank
a66fb7b7fe feat: identify consumer using tags 2025-01-18 22:38:30 -06:00
Lunchb0ne
4c16f7a1a3 Remove extra mock from test 2025-01-18 13:31:53 +00:00
Lunchb0ne
7a61e6ab74 Support AWS profile to configure Bedrock Authentication
Added support for configurations under ~/.aws/credentials or ~/.aws/config.
2025-01-18 12:41:46 +00:00
Matt Rubens
60a0a824b9 Prettier backfill 2025-01-17 14:11:28 -05:00
Saoud Rizwan
077fa84374 Add Mistral API provider 2025-01-17 01:11:16 -05:00
Matt Rubens
1b60d1e293 Fix VSCode LM 2025-01-16 01:00:07 -05:00
Matt Rubens
50cae9b174 Merge pull request #367 from RooVetGit/vscode-lm-provider
Add VSCode-LM as a provider
2025-01-15 16:53:04 -05:00
Matt Rubens
6e90bcf4a3 Update openai package and use developer role message for o1 2025-01-15 15:59:37 -05:00
Matt Rubens
c673edd526 Merge remote-tracking branch 'origin/main' into vscode-lm-provider 2025-01-15 01:37:37 -05:00
Matt Rubens
4027e1c10c Add non-streaming completePrompt to all providers 2025-01-13 17:20:06 -05:00
Matt Rubens
f7759c1be5 Merge pull request #295 from RooVetGit/add_coverage
Add test coverage
2025-01-09 12:34:05 -05:00
Matt Rubens
d1c39c17e9 Add tests 2025-01-08 17:59:22 -05:00