You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update all void URLs to use opencortexide organization
- Fix compilation errors in update notification system
- Update GitHub URLs to use opencortexide organization
- Replace voideditor.com email with GitHub issues link
- Update product name references from Void to CortexIDE
- Fix IHostService import path
- Convert localize2 calls to use .value for string conversion
smart: "Most intelligent and best for agent mode.",
663
-
private: "Private-hosted so your data never leaves your computer or network. [Email us](mailto:founders@voideditor.com) for help setting up at your company.",
663
+
private: "Private-hosted so your data never leaves your computer or network. [Contact us](https://github.com/opencortexide/cortexide/issues/new) for help setting up at your company.",
664
664
cheap: "Use great deals like Gemini 2.5 Pro, or self-host a model with Ollama or vLLM for free.",
if(providerName==='xAI')return'Get your [API Key here](https://console.x.ai).'
122
122
if(providerName==='mistral')return'Get your [API Key here](https://console.mistral.ai/api-keys).'
123
123
if(providerName==='openAICompatible')return`Use any provider that's OpenAI-compatible (use this for llama.cpp and more).`
124
-
if(providerName==='googleVertex')return'You must authenticate before using Vertex with Void. Read more about endpoints [here](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/call-vertex-using-openai-library), and regions [here](https://cloud.google.com/vertex-ai/docs/general/locations#available-regions).'
124
+
if(providerName==='googleVertex')return'You must authenticate before using Vertex with CortexIDE. Read more about endpoints [here](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/call-vertex-using-openai-library), and regions [here](https://cloud.google.com/vertex-ai/docs/general/locations#available-regions).'
125
125
if(providerName==='microsoftAzure')return'Read more about endpoints [here](https://learn.microsoft.com/en-us/rest/api/aifoundry/model-inference/get-chat-completions/get-chat-completions?view=rest-aifoundry-model-inference-2024-05-01-preview&tabs=HTTP), and get your API key [here](https://learn.microsoft.com/en-us/azure/search/search-security-api-keys?tabs=rest-use%2Cportal-find%2Cportal-query#find-existing-keys).'
126
126
if(providerName==='awsBedrock')return'Connect via a LiteLLM proxy or the AWS [Bedrock-Access-Gateway](https://github.com/aws-samples/bedrock-access-gateway). LiteLLM Bedrock setup docs are [here](https://docs.litellm.ai/docs/providers/bedrock).'
127
127
if(providerName==='ollama')return'Read more about custom [Endpoints here](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-expose-ollama-on-my-network).'
0 commit comments