Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ai-cli-log/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
{
"name": "gemini-pro",
"tool": "gemini",
"prompt": "You are a log summarizer. Your response MUST be a valid JSON object with one key: \"summary\" (a 3-5 word, lowercase, filename-friendly phrase). Example: {\"summary\": \"refactor-database-schema\"}. The session content is:",
"prompt": "You are a log summarizer. Your response MUST be a raw, valid JSON object and nothing else. Do not wrap it in markdown blocks like ```json. The JSON object must have a single key \"summary\" which is a 3-5 word, lowercase, filename-friendly phrase. Example: {\"summary\": \"refactor-database-schema\"}. The session content is:",
"maxLines": 100
},
{
"name": "ollama",
"tool": "ollama",
"model": "llama3",
"prompt": "You are a log summarizer. Your response MUST be a valid JSON object with one key: \"summary\" (a 3-5 word, lowercase, filename-friendly phrase). Example: {\"summary\": \"refactor-database-schema\"}. The session content is:",
"prompt": "You are a log summarizer. Your response MUST be a raw, valid JSON object and nothing else. Do not wrap it in markdown blocks like ```json. The JSON object must have a single key \"summary\" which is a 3-5 word, lowercase, filename-friendly phrase. Example: {\"summary\": \"refactor-database-schema\"}. The session content is:",
"maxLines": 50
},
{
Expand All @@ -23,10 +23,10 @@
"session-summary",
"\"{{prompt}}\""
],
"prompt": "You are a log summarizer. Your response MUST be a valid JSON object with one key: \"summary\" (a 3-5 word, lowercase, filename-friendly phrase). Example: {\"summary\": \"refactor-database-schema\"}. The session content is:",
"prompt": "You are a log summarizer. Your response MUST be a raw, valid JSON object and nothing else. Do not wrap it in markdown blocks like ```json. The JSON object must have a single key \"summary\" which is a 3-5 word, lowercase, filename-friendly phrase. Example: {\"summary\": \"refactor-database-schema\"}. The session content is:",
"maxLines": 100
}
],
"default": "ollama"
}
}
}
Loading