mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
chore: default base url
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user