mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 22:31:24 +00:00
fix: replace codegpt website base url
This commit is contained in:
parent
04b7334696
commit
3a4208c507
5 changed files with 5 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ public class ChatToolWindowPanel extends SimpleToolWindowPanel {
|
|||
imageFileAttachmentNotification = new ToolWindowFooterNotification(() ->
|
||||
project.putUserData(CodeGPTKeys.IMAGE_ATTACHMENT_FILE_PATH, ""));
|
||||
upgradePlanLink = new ActionLink("Upgrade your plan", event -> {
|
||||
BrowserUtil.browse("https://codegpt.carlrobert.ee/#pricing");
|
||||
BrowserUtil.browse("https://codegpt.ee/#pricing");
|
||||
});
|
||||
upgradePlanLink.setFont(JBUI.Fonts.smallFont());
|
||||
upgradePlanLink.setExternalLinkIcon();
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public class ChatToolWindowScrollablePanel extends ScrollablePanel {
|
|||
It looks like you haven't configured your API key yet. Visit <a href="#OPEN_SETTINGS">CodeGPT settings</a> to do so.
|
||||
</p>
|
||||
<p style="margin-top: 4px; margin-bottom: 4px;">
|
||||
Don't have an account? <a href="https://codegpt.carlrobert.ee/signin">Sign up</a> for free access to all open-source models.
|
||||
Don't have an account? <a href="https://codegpt.ee/signin">Sign up</a> for free access to all open-source models.
|
||||
</p>
|
||||
</html>""",
|
||||
false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue