cleanup, bug fixes, better markdown parsing, better model display
Some checks failed
njsscan sarif / njsscan code scanning (push) Has been cancelled
Update AUTHORS File / update-authors (push) Has been cancelled

This commit is contained in:
Aidan 2025-06-30 11:24:51 -04:00
parent 04271f87b1
commit 5270d2cae5
4 changed files with 77 additions and 46 deletions

View file

@ -70,7 +70,9 @@
"pulling": "🔄 *Pulling {model} from Ollama...*\n\nThis may take a few minutes...",
"askGenerating": "✨ _{model} is working..._",
"askNoMessage": "Please provide a message to ask the model.",
"languageCode": "Language"
"languageCode": "Language",
"thinking": "Thinking...",
"finishedThinking": "Finished thinking"
},
"maInvalidModule": "Please provide a valid module ID from The Mod Archive.\nExample: `/modarchive 81574`",
"maDownloadError": "Error downloading the file. Check the module ID and try again.",

View file

@ -69,7 +69,9 @@
"pulling": "🔄 *Puxando {model} do Ollama...*\n\nIsso pode levar alguns minutos...",
"askGenerating": "✨ _{model} está funcionando..._",
"askNoMessage": "Por favor, forneça uma mensagem para fazer a pergunta ao modelo.",
"languageCode": "Idioma"
"languageCode": "Idioma",
"thinking": "Pensando...",
"finishedThinking": "Pensamento finalizado"
},
"maInvalidModule": "Por favor, forneça um ID de módulo válido do The Mod Archive.\nExemplo: `/modarchive 81574`",
"maDownloadError": "Erro ao baixar o arquivo. Verifique o ID do módulo e tente novamente.",