This commit is contained in:
Paul Gauthier 2025-02-05 13:45:32 -08:00
parent b0f1cde33f
commit 2265456bda
4 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,7 @@
### main branch
- Bugfix to prevent creating incorrect filenames like `python`, `php`, etc.
- Fast startup with more providers and when model metadata provided in local files.
- Removes `<think>` tags from R1 responses for commit messages (and other weak model uses).
- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat.

View file

@ -25,6 +25,7 @@ cog.out(text)
### main branch
- Bugfix to prevent creating incorrect filenames like `python`, `php`, etc.
- Fast startup with more providers and when model metadata provided in local files.
- Removes `<think>` tags from R1 responses for commit messages (and other weak model uses).
- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat.

View file

@ -1,4 +1,3 @@
{"event": "message_send", "properties": {"main_model": "o3-mini", "weak_model": "gpt-4o-mini", "editor_model": "gpt-4o", "edit_format": "ask", "prompt_tokens": 7025, "completion_tokens": 282, "total_tokens": 7307, "cost": 0.0089683, "total_cost": 0.0333905}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738637562}
{"event": "command_code", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738637579}
{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738637579}
{"event": "message_send", "properties": {"main_model": "o3-mini", "weak_model": "gpt-4o-mini", "editor_model": "gpt-4o", "edit_format": "diff", "prompt_tokens": 9638, "completion_tokens": 155, "total_tokens": 9793, "cost": 0.0112838, "total_cost": 0.0446743}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738637594}
@ -998,3 +997,4 @@
{"event": "command_add", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738789232}
{"event": "message_send_starting", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738789243}
{"event": "message_send", "properties": {"main_model": "claude-3-5-sonnet-20241022", "weak_model": "claude-3-5-haiku-20241022", "editor_model": "claude-3-5-sonnet-20241022", "edit_format": "diff", "prompt_tokens": 22069, "completion_tokens": 225, "total_tokens": 22294, "cost": 0.069582, "total_cost": 0.069582}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738789255}
{"event": "ai-comments file-add", "properties": {}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1738791922}

View file

@ -249,8 +249,8 @@ tr:hover { background-color: #f5f5f5; }
</style>
<table>
<tr><th>Model Name</th><th class='right'>Total Tokens</th><th class='right'>Percent</th></tr>
<tr><td>o3-mini</td><td class='right'>1,011,537</td><td class='right'>61.1%</td></tr>
<tr><td>claude-3-5-sonnet-20241022</td><td class='right'>356,817</td><td class='right'>21.5%</td></tr>
<tr><td>o3-mini</td><td class='right'>1,004,230</td><td class='right'>60.9%</td></tr>
<tr><td>claude-3-5-sonnet-20241022</td><td class='right'>356,817</td><td class='right'>21.6%</td></tr>
<tr><td>ollama/REDACTED</td><td class='right'>158,902</td><td class='right'>9.6%</td></tr>
<tr><td>fireworks_ai/accounts/fireworks/models/deepseek-v3</td><td class='right'>53,254</td><td class='right'>3.2%</td></tr>
<tr><td>fireworks_ai/REDACTED</td><td class='right'>45,233</td><td class='right'>2.7%</td></tr>