chore: default base url

This commit is contained in:
Alter-xyz
2025-05-19 16:30:20 +08:00
parent 49d53ea25a
commit 2c5f8902e7
12 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
"description": "The base URL for the Chat App API. Replace {api_base_url} with the actual API base URL provided for your application (e.g., from props.appDetail.api_base_url).",
"variables": {
"api_base_url": {
"default": "https://example.com/api/v1",
"default": "https://api.dify.ai/v1",
"description": "Actual base URL of the API"
}
}

View File

@@ -11,7 +11,7 @@
"description": "The base URL for the Advanced Chat App API. Replace {api_base_url} with the actual API base URL provided for your application (e.g., from props.appDetail.api_base_url).",
"variables": {
"api_base_url": {
"default": "https://example.com/api/v1",
"default": "https://api.dify.ai/v1",
"description": "Actual base URL of the API"
}
}

View File

@@ -11,7 +11,7 @@
"description": "The base URL for the Completion App API. Replace {api_base_url} with the actual API base URL provided for your application (e.g., from props.appDetail.api_base_url).",
"variables": {
"api_base_url": {
"default": "https://example.com/api/v1",
"default": "https://api.dify.ai/v1",
"description": "Actual base URL of the API"
}
}

View File

@@ -11,7 +11,7 @@
"description": "The base URL for the Workflow App API. Replace {api_base_url} with the actual API base URL.",
"variables": {
"api_base_url": {
"default": "https://example.com/api/v1",
"default": "https://api.dify.ai/v1",
"description": "Actual base URL of the API"
}
}