support o3-mini

This commit is contained in:
Sky
2025-02-02 21:43:30 +00:00
parent 1e20b64048
commit 8f12beb8f0
4 changed files with 12 additions and 10 deletions

View File

@@ -38,7 +38,8 @@ export function Avatar(props: { model?: ModelType; avatar?: string }) {
<div className="no-dark">
{props.model?.startsWith("gpt-4") ||
props.model?.startsWith("chatgpt-4o") ||
props.model?.startsWith("o1") ? (
props.model?.startsWith("o1") ||
props.model?.startsWith("o3") ? (
<BlackBotIcon className="user-avatar" />
) : (
<BotIcon className="user-avatar" />