mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
update
This commit is contained in:
parent
47654c821a
commit
7399b56fa1
3
.gitignore
vendored
3
.gitignore
vendored
@ -205,4 +205,5 @@ data/*
|
||||
**/.env
|
||||
**/llm-template2/*
|
||||
**/llmops/outputs/*
|
||||
**/*.zip
|
||||
**/*.zip
|
||||
**/llm-examples/*
|
||||
19
app/streamlit/Pipfile
Normal file
19
app/streamlit/Pipfile
Normal file
@ -0,0 +1,19 @@
|
||||
[[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"
|
||||
2070
app/streamlit/Pipfile.lock
generated
Normal file
2070
app/streamlit/Pipfile.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user