fix: 3 fixes - camel-ai env var, Thai font, model_config_dict

1. Restore OPENAI_API_KEY/OPENAI_BASE_URL env vars for camel-ai factory check
   (keep api_key/base_url in model_config_dict for client constructor)
2. Add Thai-supporting font-family to .profile-realname
   (JetBrains Mono doesn't render Thai diacritics)
3. Keep model_config_dict with api_key and base_url for camel-ai client
This commit is contained in:
Kunthawat Greethong
2026-06-22 10:20:44 +07:00
parent cfaa6e8b8d
commit 270c92ed05
4 changed files with 22 additions and 0 deletions

View File

@@ -1369,6 +1369,7 @@ onUnmounted(() => {
font-size: 14px;
font-weight: 700;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Thai', 'Sarabun', 'Kanit', system-ui, sans-serif;
}
.profile-username {