bump langchain again

Kaveen Kumarasinghe 1 year ago
parent bf8574ddfe
commit 32588fb9ef

@ -186,7 +186,7 @@ class Search:
[item["link"] for item in data["items"]],
)
else:
raise ValueError("Error while retrieving links")
raise ValueError("Error while retrieving links, the response returned " + str(response.status) + " with the message "+ str(await response.text()) )
async def try_edit(self, message, embed):
try:

@ -19,6 +19,6 @@ sentencepiece==0.1.97
protobuf==3.20.2
python-pptx==0.6.21
sentence-transformers==2.2.2
langchain==0.0.104
langchain==0.0.105
openai-whisper
unidecode==1.3.6

@ -18,5 +18,5 @@ youtube_transcript_api==0.5.0
sentencepiece==0.1.97
protobuf==3.20.2
python-pptx==0.6.21
langchain==0.0.104
langchain==0.0.105
unidecode==1.3.6
Loading…
Cancel
Save