jimmc414 / 1filellm

Specify a github or local repo, github pull request, arXiv or Sci-Hub paper, Youtube transcript or documentation URL on the web and scrape into a text file and clipboard for easier LLM ingestion
MIT License
267 stars 23 forks source link

Incorrect tiktoken Version Specified in `requirements.txt` #7

Closed aliciusschroeder closed 3 months ago

aliciusschroeder commented 3 months ago

While reviewing the requirements.txt, I noticed that the specified version of tiktoken (0.0.3) does not exist. This could lead to issues when installing dependencies. I've tested the functionality with tiktoken version 0.6.0, and everything seems to work flawlessly. I suggest updating the version in requirements.txt accordingly to avoid future installation problems.

jimmc414 commented 3 months ago

fixed in PR #8 and merged here: https://github.com/jimmc414/1filellm/commit/7009f2408db5d872f2e69509d0561807d7653bc5

Thanks for taking the time!