mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-12 10:53:34 -05:00
ab36c80a26
Revert faulty AI add-on deploy GitOrigin-RevId: 923ec89f01d4951596f83fcf58b820c39db1e54a
6 lines
No EOL
307 B
TypeScript
6 lines
No EOL
307 B
TypeScript
export const AI_STANDALONE_PLAN_CODE = 'assistant'
|
|
export const AI_ADD_ON_CODE = 'assistant'
|
|
// we dont want translations on plan or add-on names
|
|
export const ADD_ON_NAME = "Error Assist"
|
|
export const AI_STANDALONE_PLAN_NAME = "Overleaf Free"
|
|
export const AI_STANDALONE_ANNUAL_PLAN_CODE = 'assistant-annual' |