mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 15:10:13 -05:00
update
This commit is contained in:
@@ -81,11 +81,11 @@ const clientSchema = {
|
||||
/**
|
||||
* The API PREFIX for MARKETPLACE
|
||||
*/
|
||||
NEXT_PUBLIC_MARKETPLACE_API_PREFIX: z.string().regex(/^(https?:\/\/|\/).*/).optional(),
|
||||
NEXT_PUBLIC_MARKETPLACE_API_PREFIX: z.httpUrl().optional(),
|
||||
/**
|
||||
* The URL for MARKETPLACE
|
||||
*/
|
||||
NEXT_PUBLIC_MARKETPLACE_URL_PREFIX: z.string().url().optional(),
|
||||
NEXT_PUBLIC_MARKETPLACE_URL_PREFIX: z.httpUrl().optional(),
|
||||
/**
|
||||
* The maximum number of iterations for agent setting
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user