-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (36 loc) · 1.13 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "mosaic_llm"
version = "0.1.5"
description='The main goal of this code is to use Zero-shot LLM to improve/Expand user query, fetch search results using MOSAIC RESTAPI and then summarize the snippets using also Zero-shot prompting.'
readme = "README.md"
authors = [{ name = "Roxanne El Baff", email = "[email protected]" },
{ name = "Valentin", email = "[email protected]" }]
#license = { file = "LICENSE" }
#keywords=['iesta', 'llm', 'style-transfer']
dependencies = [
"pandas",
"tqdm",
"langchain_community",
"langchain",
"langchain-mistralai",
"python-dotenv",
"requests",
]
[tool.poetry]
# ...
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
]
readme = "README.md"
[project.urls]
repository = "https://github.com/roxanneelbaff/"
[tool.black]
line-length = 79
# to republish: flit build and the flit publish