This commit is contained in:
parent
6a47033ab2
commit
ac99f5670c
|
|
@ -253,6 +253,9 @@ const AdvancedContent: FC<AdvancedContentProps> = ({
|
||||||
{window.location.hostname === "localhost" && (
|
{window.location.hostname === "localhost" && (
|
||||||
<SelectItem value="local">{t("chat.local")}</SelectItem>
|
<SelectItem value="local">{t("chat.local")}</SelectItem>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<SelectItem value="bge-m3">BGE-M3</SelectItem>
|
||||||
|
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue