Skip to content

Commit

Permalink
disable sorting by context length
Browse files Browse the repository at this point in the history
it can't correctly sort between 128K and 1M, as an example
  • Loading branch information
azdanov committed Dec 24, 2024
1 parent e6fcc10 commit 1b735c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kagi/ai/llm-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The table below is updated to the best of our abilities, feel free to submit cha
{
"fields": [
{ "key": "llm", "label": "LLM", "sortable": true },
{ "key": "contextLength", "label": "Context Length", "sortable": true },
{ "key": "contextLength", "label": "Context Length", "sortable": false },
{ "key": "pricePerInput", "label": "Price per input ($/M)", "sortable": true },
{ "key": "pricePerOutput", "label": "Price per output ($/M)", "sortable": true }
],
Expand Down

0 comments on commit 1b735c4

Please sign in to comment.