mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
prettier
This commit is contained in:
@@ -209,7 +209,8 @@ export function DisableModelModal({
|
||||
/>
|
||||
<p className="mt-1 text-xs text-muted-foreground">
|
||||
Override pricing for migrated workflows. When set, billing
|
||||
will use this cost instead of the target model's cost.
|
||||
will use this cost instead of the target model's
|
||||
cost.
|
||||
</p>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
@@ -189,7 +189,11 @@ export function EditModelModal({
|
||||
<input
|
||||
type="hidden"
|
||||
name="credential_type"
|
||||
value={cost?.credential_type ?? provider?.default_credential_type ?? "api_key"}
|
||||
value={
|
||||
cost?.credential_type ??
|
||||
provider?.default_credential_type ??
|
||||
"api_key"
|
||||
}
|
||||
/>
|
||||
<input type="hidden" name="unit" value={cost?.unit ?? "RUN"} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user