|
|
|
@ -620,7 +620,7 @@ export function ProjectSetupModal({ |
|
|
|
</div> |
|
|
|
<span className="text-xs text-neutral-400">Uses current user gateway key</span> |
|
|
|
</div> |
|
|
|
<div className="mt-3 flex items-center gap-2"> |
|
|
|
{/* <div className="mt-3 flex items-center gap-2"> |
|
|
|
<label className="text-xs text-neutral-400 w-16">{t("project.baseUrl")}</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
@ -629,7 +629,7 @@ export function ProjectSetupModal({ |
|
|
|
placeholder="https://llmapitest.popi.art/v1" |
|
|
|
className="flex-1 px-2 py-1 bg-neutral-800 border border-neutral-600 rounded-lg text-neutral-100 text-xs focus:outline-none focus:border-neutral-500" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> */} |
|
|
|
</div> |
|
|
|
|
|
|
|
{showLegacyProviders && ( |
|
|
|
|