Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix error when loading the tool #204

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion community/llm-prompt-design-helper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get -y update
RUN apt-get -y install python3 python3-pip
Expand Down
6 changes: 3 additions & 3 deletions community/llm-prompt-design-helper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
gradio==4.37.1
gradio==4.43.0
openai==1.35.4
langchain-nvidia-ai-endpoints==0.1.2
langchain-nvidia-ai-endpoints
langchain==0.2.6
langchain-community
langchain-openai
wget
beautifulsoup4==4.12.0
faiss-gpu
pypdf~=3.12
unstructured==0.11.0
unstructured