fix: integrate deepseek, resolve silent google api errors, fix google cloud keys
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2s
This commit is contained in:
16
.claude/settings.json
Normal file
16
.claude/settings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(xargs grep -l 'useTranslation\\\\|t\\\\\\(\\\\\\)\\\\|$t\\\\|from.*i18n')",
|
||||
"Bash(awk '/^ en: {/,/^ fr: {/{/^[[:space:]]+\"[^\"]*\"[[:space:]]*:/ {count++}} END {print \"English keys:\", count}' D:/dev1405/office_translator/frontend/src/lib/i18n.tsx)",
|
||||
"Bash(git commit -m ' *)",
|
||||
"Bash(node -c scripts/setup.js)",
|
||||
"Bash(git ls-tree *)",
|
||||
"Bash(git push *)",
|
||||
"WebSearch",
|
||||
"Bash(DEEPSEEK_API_KEY=sk-176db424442e40728c04c04a4170c224 python -u -c ' *)",
|
||||
"Bash(python -u -c ' *)",
|
||||
"Bash(DEEPSEEK_API_KEY=sk-176db424442e40728c04c04a4170c224 PYTHONUNBUFFERED=1 python -u scripts/enrich_glossary_templates.py --api deepseek --model deepseek-chat --workers 5)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user