Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
a7c78d2c
Unverified
Commit
a7c78d2c
authored
Aug 22, 2023
by
zxhlyh
Committed by
GitHub
Aug 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: spark provider field name (#955)
parent
4db35fa3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
spark.tsx
...nents/header/account-setting/model-page/configs/spark.tsx
+12
-12
No files found.
web/app/components/header/account-setting/model-page/configs/spark.tsx
View file @
a7c78d2c
...
@@ -42,12 +42,12 @@ const config: ProviderConfig = {
...
@@ -42,12 +42,12 @@ const config: ProviderConfig = {
key
:
'app_id'
,
key
:
'app_id'
,
required
:
true
,
required
:
true
,
label
:
{
label
:
{
'en'
:
'AP
I
ID'
,
'en'
:
'AP
P
ID'
,
'zh-Hans'
:
'AP
I
ID'
,
'zh-Hans'
:
'AP
P
ID'
,
},
},
placeholder
:
{
placeholder
:
{
'en'
:
'Enter your AP
I
ID here'
,
'en'
:
'Enter your AP
P
ID here'
,
'zh-Hans'
:
'在此输入您的 AP
I
ID'
,
'zh-Hans'
:
'在此输入您的 AP
P
ID'
,
},
},
},
},
{
{
...
@@ -55,12 +55,12 @@ const config: ProviderConfig = {
...
@@ -55,12 +55,12 @@ const config: ProviderConfig = {
key
:
'api_secret'
,
key
:
'api_secret'
,
required
:
true
,
required
:
true
,
label
:
{
label
:
{
'en'
:
'API
Secret'
,
'en'
:
'APISecret'
,
'zh-Hans'
:
'API
Secret'
,
'zh-Hans'
:
'APISecret'
,
},
},
placeholder
:
{
placeholder
:
{
'en'
:
'Enter your API
Secret here'
,
'en'
:
'Enter your APISecret here'
,
'zh-Hans'
:
'在此输入您的 API
Secret'
,
'zh-Hans'
:
'在此输入您的 APISecret'
,
},
},
},
},
{
{
...
@@ -68,12 +68,12 @@ const config: ProviderConfig = {
...
@@ -68,12 +68,12 @@ const config: ProviderConfig = {
key
:
'api_key'
,
key
:
'api_key'
,
required
:
true
,
required
:
true
,
label
:
{
label
:
{
'en'
:
'API
Key'
,
'en'
:
'APIKey'
,
'zh-Hans'
:
'API
Key'
,
'zh-Hans'
:
'APIKey'
,
},
},
placeholder
:
{
placeholder
:
{
'en'
:
'Enter your API
k
ey here'
,
'en'
:
'Enter your API
K
ey here'
,
'zh-Hans'
:
'在此输入您的 API
Key'
,
'zh-Hans'
:
'在此输入您的 APIKey'
,
},
},
},
},
],
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment