Extract prompts as LangChain Prompt Templates into a separate module

Improves code modularity, cleanliness. Reduces bloat in GPT.py module
This commit is contained in:
Debanjum Singh Solanky
2023-05-28 17:45:31 +05:30
parent b484953bb3
commit efcf7d1508
3 changed files with 189 additions and 126 deletions

View File

@@ -53,6 +53,7 @@ dependencies = [
"torch == 1.13.1",
"uvicorn == 0.17.6",
"aiohttp == 3.8.4",
"langchain >= 0.0.187",
]
dynamic = ["version"]