|
|
|
@ -13,15 +13,15 @@ setup( |
|
|
|
"requests", |
|
|
|
"requests", |
|
|
|
"tiktoken", |
|
|
|
"tiktoken", |
|
|
|
"ollama", |
|
|
|
"ollama", |
|
|
|
"env_manager @ git+https://github.com/lasseedfast/env_manager.git", |
|
|
|
"env_manager @ git+https://git.edfast.se/lasse/env_manager.git", |
|
|
|
"colorprinter @ git+https://github.com/lasseedfast/colorprinter.git", |
|
|
|
"colorprinter @ git+https://git.edfast.se/lasse/colorprinter.git", |
|
|
|
], |
|
|
|
], |
|
|
|
author="Lasse Edfast", |
|
|
|
author="Lasse Edfast", |
|
|
|
author_email="lasse@edfast.se", |
|
|
|
author_email="lasse@edfast.se", |
|
|
|
description="A tool for interacting with LLM models", |
|
|
|
description="A tool for interacting with LLM models", |
|
|
|
long_description=open("README.md").read(), |
|
|
|
long_description=open("README.md").read(), |
|
|
|
long_description_content_type="text/markdown", |
|
|
|
long_description_content_type="text/markdown", |
|
|
|
url="https://github.com/lasseedfast/_llm", |
|
|
|
url="https://git.edfast.se/lasse/_llm", |
|
|
|
classifiers=[ |
|
|
|
classifiers=[ |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
|