kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
1c49528fb5
commit
af9e4411e9
|
@ -32,13 +32,13 @@ const publicSchema = z.object({
|
|||
.string()
|
||||
.url()
|
||||
.optional()
|
||||
.describe('Optional URL to the source code for this project.'),
|
||||
.describe('Optional URL to the source code for the project.'),
|
||||
iconUrl: z
|
||||
.string()
|
||||
.url()
|
||||
.optional()
|
||||
.describe(
|
||||
'Optional logo image URL to use for this project. Logos should have a square aspect ratio.'
|
||||
'Optional logo image URL to use for the project. Logos should have a square aspect ratio.'
|
||||
),
|
||||
|
||||
// Required origin API config
|
||||
|
@ -58,7 +58,7 @@ NOTE: Agentic currently only supports \`external\` API servers. If you'd like to
|
|||
// Optional subscription pricing config
|
||||
pricingPlans: pricingPlanListSchema
|
||||
.describe(
|
||||
'List of PricingPlans to enable subscriptions for this project. Defaults to a single free tier.'
|
||||
'List of PricingPlans to enable subscriptions for the project. Defaults to a single free tier.'
|
||||
)
|
||||
.default([
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue