This commit is contained in:
hailin 2025-05-27 13:55:06 +08:00
parent 6a47033ab2
commit ac99f5670c
1 changed files with 3 additions and 0 deletions

View File

@ -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>