upload copies on ibm onboarding
This commit is contained in:
parent
bff0cf5ac2
commit
62d54b380d
1 changed files with 11 additions and 11 deletions
|
|
@ -119,8 +119,17 @@ export function IBMOnboarding({
|
||||||
/>
|
/>
|
||||||
</LabelWrapper>
|
</LabelWrapper>
|
||||||
<LabelInput
|
<LabelInput
|
||||||
label="IBM API key"
|
label="watsonx Project ID"
|
||||||
helperText="The API key for your watsonx.ai account."
|
helperText="Project ID for the model"
|
||||||
|
id="project-id"
|
||||||
|
required
|
||||||
|
placeholder="your-project-id"
|
||||||
|
value={projectId}
|
||||||
|
onChange={(e) => setProjectId(e.target.value)}
|
||||||
|
/>
|
||||||
|
<LabelInput
|
||||||
|
label="watsonx API key"
|
||||||
|
helperText="API key to access watsonx.ai"
|
||||||
id="api-key"
|
id="api-key"
|
||||||
type="password"
|
type="password"
|
||||||
required
|
required
|
||||||
|
|
@ -128,15 +137,6 @@ export function IBMOnboarding({
|
||||||
value={apiKey}
|
value={apiKey}
|
||||||
onChange={(e) => setApiKey(e.target.value)}
|
onChange={(e) => setApiKey(e.target.value)}
|
||||||
/>
|
/>
|
||||||
<LabelInput
|
|
||||||
label="IBM Project ID"
|
|
||||||
helperText="The project ID for your watsonx.ai account."
|
|
||||||
id="project-id"
|
|
||||||
required
|
|
||||||
placeholder="your-project-id"
|
|
||||||
value={projectId}
|
|
||||||
onChange={(e) => setProjectId(e.target.value)}
|
|
||||||
/>
|
|
||||||
{isLoadingModels && (
|
{isLoadingModels && (
|
||||||
<p className="text-mmd text-muted-foreground">
|
<p className="text-mmd text-muted-foreground">
|
||||||
Validating configuration...
|
Validating configuration...
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue