This commit is contained in:
leehk 2025-03-05 11:11:30 +08:00
parent 47654c821a
commit 7399b56fa1
3 changed files with 2091 additions and 1 deletions

3
.gitignore vendored
View File

@ -205,4 +205,5 @@ data/*
**/.env
**/llm-template2/*
**/llmops/outputs/*
**/*.zip
**/*.zip
**/llm-examples/*

19
app/streamlit/Pipfile Normal file
View 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

File diff suppressed because it is too large Load Diff