chuckfinca Claude Opus 4.7 (1M context) commited on
Commit
109cbff
·
1 Parent(s): fa5e264

Pin harness to 60a6e81 (comma-separate adjacent citations)

Browse files

Two citations on the same word were rendering as a single big number
(¹⁰¹¹¹²); the new harness inserts commas at citation boundaries so
they read as ¹⁰,¹¹,¹².

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  click>=8.1
2
  litellm @ git+https://github.com/BerriAI/litellm.git@d251238
3
- a-simple-llm-harness @ git+https://github.com/chuckfinca/a-simple-llm-harness.git@99fc607
4
  e2b-code-interpreter>=2.5
5
  huggingface-hub
6
  python-dotenv
 
1
  click>=8.1
2
  litellm @ git+https://github.com/BerriAI/litellm.git@d251238
3
+ a-simple-llm-harness @ git+https://github.com/chuckfinca/a-simple-llm-harness.git@60a6e81
4
  e2b-code-interpreter>=2.5
5
  huggingface-hub
6
  python-dotenv