App.razor tinha <!DOCTYPE html> + blazor.web.js que conflitavam com blazor.photino.js do index.html. App.razor montado dentro de #app não pode ter wrapper HTML — simplificado para apenas <Routes />. - App.razor: remove HTML/head/body/blazor.web.js - index.html: adiciona Bootstrap, traduz para pt-BR, fix #blazor-error-ui - MainLayout.razor: remove link Semantic Kernel e #blazor-error-ui duplicado Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"LlmSettings": {
|
|
"Provider": "Groq",
|
|
"Ollama": {
|
|
"BaseUrl": "http://192.168.0.150:11434",
|
|
"Model": "llama3.1"
|
|
},
|
|
"Groq": {
|
|
"ApiKey": "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",
|
|
"Model": "llama-3.3-70b-versatile",
|
|
"BaseUrl": "https://api.groq.com/openai/v1"
|
|
}
|
|
},
|
|
"YtDlp": {
|
|
"CookiesBrowser": "firefox"
|
|
}
|
|
}
|