-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Portkey Integration #3227
base: main
Are you sure you want to change the base?
Add Portkey Integration #3227
Conversation
…omization examples Updated the getDiff function calls in multiple documentation files to exclude unstaged changes by passing 'false'. Added comments to explain the parameter purpose. Introduced the AbortController signal in the streamComplete function to enhance handling of async operations. Changes apply to English and Chinese documentation.
…on to work simultaneously. 2.PendingCompletion may be cleared by the accept thread after renderCompletion is executed, causing the finalTextToInsert variable not to be written into pendingCompletion.
…allin/core-tests-1
improv: naming [WIP]
…model * Adding Cohere's `rerank-v3.5` model to the list of acceptable options.
bugfix: remove unused `node_modules` in binary
…38e4 bump package.json version
…lable-attributes Fix: Check for MCP Available Attributes
…b948 fix groq undefined bug
…continue into siddharthsambharia-portkey-main
hey @sestinj can you merge this now? |
@siddharthsambharia-portkey yeah I'm sorry I started to and totally broke the commit history. I will handle it from here, though I might end up just starting a fresh PR and copying over your changes to make it easier for myself |
Yes that sounds good, let me know if I can be of any help! |
hey @sestinj any updates on when you are planning to merge this? do you need any help? |
Solve (#3226)
Closes (#3226)
Description
Adds Portkey as a model provider in Continue.dev, enabling LLM request routing, caching, and observability through Portkey's AI Gateway.
Added:
Testing
Checklist