Update rechargeSite URL in ChatStore
- Changed the rechargeSite URL from 'https://test.devchat.ai/pricing/' to 'https://devchat.ai/pricing/' in ChatStore.ts.
This commit is contained in:
parent
91e91f08ba
commit
3b313a6769
@ -76,7 +76,7 @@ export const ChatStore = types.model('Chat', {
|
||||
isTop: false,
|
||||
scrollBottom: 0,
|
||||
chatModel: 'gpt-4',
|
||||
rechargeSite: 'https://test.devchat.ai/pricing/',
|
||||
rechargeSite: 'https://devchat.ai/pricing/',
|
||||
features: types.optional(types.frozen(), {})
|
||||
})
|
||||
.actions(self => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user