Spaces:
Sleeping
Sleeping
| [[source]] | |
| url = "https://pypi.org/simple" | |
| verify_ssl = true | |
| name = "pypi" | |
| [[source]] | |
| url = "https://download.pytorch.org/whl/cpu" | |
| verify_ssl = false | |
| name = "pytorch" | |
| [packages] | |
| streamlit = "*" | |
| openai = "*" | |
| langchain = "*" | |
| transformers = "*" | |
| google-api-python-client = "*" | |
| torch = {version="*", index="pytorch"} | |
| torchvision = {version="*", index="pytorch"} | |
| torchaudio = {version="*", index="pytorch"} | |
| tiktoken = "*" | |
| faiss-cpu = "*" | |
| [dev-packages] | |
| [requires] | |
| python_version = "3.10" | |
| python_full_version = "3.10.6" | |