(bump:patch) Feat: Show app version in the Help page (#68)

* typo

* show version in the Help page

* update docs

* pump duckduckgo-search

* allow app version to be set by env var
This commit is contained in:
ian_Cin
2024-05-16 14:27:51 +07:00
committed by GitHub
parent bd34facddc
commit b2296cfcdf
5 changed files with 54 additions and 29 deletions

View File

@@ -25,7 +25,7 @@ dependencies = [
"python-decouple>=3.8,<4",
"SQLAlchemy>=2.0.29,<3",
"sqlmodel>=0.0.16,<0.1",
"tiktoken>=0.6.0<1",
"tiktoken>=0.6.0,<1",
"gradio>=4.26.0,<5",
"markdown>=3.6,<4",
]