Skip to content

Commit efe167b

Browse files
Empty commit to trigger CI. (#255)
* Empty commit to trigger CI. * Updating version.txt * Moving to main litellm * Testing out json file. * Adding official build helper dir. --------- Co-authored-by: Ari Mahpour <[email protected]>
1 parent 3496069 commit efe167b

File tree

6 files changed

+182
-24
lines changed

6 files changed

+182
-24
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ installer:
2222
--add-data "cover_agent/version.txt:." \
2323
$(TOML_FILES) \
2424
--add-data "$(SITE_PACKAGES)/vendor:wandb/vendor" \
25+
--add-data "build_helpers/anthropic_tokenizer.json:litellm/litellm_core_utils/tokenizers" \
2526
--hidden-import=tiktoken_ext.openai_public \
2627
--hidden-import=tiktoken_ext \
2728
--hidden-import=wandb \

build_helpers/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Build Helpers
2+
This folder contains files needed to package up Cover Agent.
3+
4+
## `anthropic_tokenizer.json`
5+
This file is needed as part of an import within the LiteLLM package.

build_helpers/anthropic_tokenizer.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

cover_agent/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.12
1+
0.2.13

0 commit comments

Comments
 (0)