mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-20 11:12:31 +02:00
Implement cli commands to configure ai clients
This commit is contained in:
@@ -351,6 +351,7 @@ function PublicResourceDetails({
|
||||
mode: "keyed",
|
||||
getKeyText: getAiKeyCopyText
|
||||
}}
|
||||
resourceNiceId={launcherResource.niceId}
|
||||
/>
|
||||
) : null}
|
||||
</>
|
||||
@@ -428,6 +429,7 @@ function PrivateResourceDetails({
|
||||
<AiClientConfigSection
|
||||
endpoint={launcherResource.accessUrl ?? ""}
|
||||
auth={{ mode: "keyless" }}
|
||||
resourceNiceId={launcherResource.niceId}
|
||||
/>
|
||||
</>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user