Spaces:
Sleeping
Sleeping
Commit ·
109cbff
1
Parent(s): fa5e264
Pin harness to 60a6e81 (comma-separate adjacent citations)
Browse filesTwo 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>
- 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@
|
| 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
|