Merge pull request #330 from devchat-ai/feat/modify-url
Add missing URL link updates.
This commit is contained in:
commit
f71bacb45b
@ -413,7 +413,7 @@
|
||||
}
|
||||
],
|
||||
"order": 7,
|
||||
"markdownDescription": "Specify the default llm model for DevChat. [Price of each model](https://devchat.ai/pricing)"
|
||||
"markdownDescription": "Specify the default llm model for DevChat. [Price of each model](https://web.devchat.ai/pricing)"
|
||||
},
|
||||
"DevChat.OpenAI.stream": {
|
||||
"type": "boolean",
|
||||
@ -817,4 +817,4 @@
|
||||
"uuid": "^9.0.0",
|
||||
"yaml": "^2.3.2"
|
||||
}
|
||||
}
|
||||
}
|
@ -124,7 +124,7 @@ export default function WechatTip() {
|
||||
<Group style={{ width: "90%" }}>
|
||||
<Text size="sm">
|
||||
Your remaining credit is {formatCurrency(balance, currency)}. Sign
|
||||
in to <a href={envMap[env].link}>devchat.ai </a>to{" "}
|
||||
in to <a href={envMap[env].link}>web.devchat.ai </a>to{" "}
|
||||
{bindWechat ? "purchase more tokens." : "earn additional ¥8"}
|
||||
</Text>
|
||||
<LoadingOverlay visible={loading} />
|
||||
|
@ -98,7 +98,7 @@ export const ChatStore = types.model('Chat', {
|
||||
chatModel: 'GPT-3.5',
|
||||
chatPanelWidth: 300,
|
||||
disabled: false,
|
||||
rechargeSite: 'https://devchat.ai/pricing/',
|
||||
rechargeSite: 'https://web.devchat.ai/pricing/',
|
||||
features: types.optional(types.frozen(), {})
|
||||
})
|
||||
.actions(self => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user