mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-07 15:53:45 +08:00
UPDATE
This commit is contained in:
parent
418bea217f
commit
45c0e2e6ca
5
.github/workflows/app-testing.yml
vendored
5
.github/workflows/app-testing.yml
vendored
@ -17,6 +17,11 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
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
|
- uses: streamlit/streamlit-app-action@v0.0.3
|
||||||
with:
|
with:
|
||||||
app-path: app/streamlit/Chatbot.py
|
app-path: app/streamlit/Chatbot.py
|
||||||
|
|||||||
5
app/streamlit/requirements-dev.txt
Normal file
5
app/streamlit/requirements-dev.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
black==23.3.0
|
||||||
|
mypy==1.4.1
|
||||||
|
pre-commit==3.3.3
|
||||||
|
watchdog
|
||||||
|
pytest
|
||||||
8
app/streamlit/requirements.txt
Normal file
8
app/streamlit/requirements.txt
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user