script folder related changes:

* optmize content of requirements.txt
* upgrade libs
* fix imports
This commit is contained in:
Anton Larin
2024-01-27 14:58:08 +01:00
parent bf808811cc
commit e8099c4db5
8 changed files with 22 additions and 147 deletions

View File

@@ -3,7 +3,7 @@ import os
from pathlib import Path
import tiktoken
from langchain.llms import OpenAI
from langchain_community.llms import OpenAI
from langchain.prompts import PromptTemplate