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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user