Compare commits

...

2 Commits

Author SHA1 Message Date
carry
22438d65d3 build: 添加项目依赖项 2025-03-26 18:03:52 +08:00
carry
c8fd6680b5 chore:gitignore添加了unsloth_compiled_cache 2025-03-26 18:03:25 +08:00
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -25,3 +25,6 @@ Thumbs.db
# Local work directory
workdir/
# cache
unsloth_compiled_cache

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
openai>=1.0.0
python-dotenv>=1.0.0