mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-29 10:42:03 +08:00
20 lines
319 B
TOML
20 lines
319 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
streamlit = "==1.28"
|
|
langchain = "==0.0.217"
|
|
openai = "==1.2"
|
|
duckduckgo-search = "*"
|
|
anthropic = "==0.3.0"
|
|
trubrics = "==1.4.3"
|
|
streamlit-feedback = "*"
|
|
langchain-community = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|