Tweaks of gitignore, LLM block strip, config template

This commit is contained in:
Dejvino
2026-06-25 23:07:19 +02:00
parent 52f590d432
commit 18ae3be428
4 changed files with 17 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"llm": {
"model": "openrouter/free",
"api_key": "YOUR_API_KEY",
"api_base": "https://openrouter.ai/api/v1",
"temperature": 0.8
}
}