This commit is contained in:
leehk 2025-03-06 11:59:15 +08:00
parent 418bea217f
commit 45c0e2e6ca
3 changed files with 18 additions and 0 deletions

View File

@ -17,6 +17,11 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
cd app/streamlit
python -m pip install --upgrade pip
pip install -r requirements.txt
- uses: streamlit/streamlit-app-action@v0.0.3
with:
app-path: app/streamlit/Chatbot.py

View File

@ -0,0 +1,5 @@
black==23.3.0
mypy==1.4.1
pre-commit==3.3.3
watchdog
pytest

View File

@ -0,0 +1,8 @@
streamlit>=1.28
langchain>=0.0.217
openai>=1.2
duckduckgo-search
anthropic>=0.3.0
trubrics>=1.4.3
streamlit-feedback
langchain-community