We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed7d49 commit 374c4a1Copy full SHA for 374c4a1
5 files changed
appkits/qpyapp/README.md
@@ -2,6 +2,10 @@
2
3
prompt, llm, agent
4
5
+## UI Build
6
+
7
+- [streamlit-shadcn-ui](https://github.com/ObservedObserver/streamlit-shadcn-ui)
8
9
10
## Promptfoo
11
appkits/qpyapp/pyproject.toml
@@ -34,6 +34,10 @@ dependencies = [
34
"box>=0.1.5",
35
"pytest>=8.3.4",
36
"lxml>=5.3.0",
37
+ "jupyterhub>=5.2.1",
38
+ "jupyterlab>=4.3.4",
39
+ "notebook>=7.3.2",
40
+ "streamlit>=1.41.1",
41
]
42
43
[project.optional-dependencies]
appkits/qpyapp/src/qpycases/proxy_checker/verifier.py
@@ -82,6 +82,7 @@ async def main():
82
readme_path = os.path.join(current_date, 'PROXIES.md')
83
if not os.path.exists(readme_path):
84
with open(readme_path, 'w') as readme_file:
85
86
readme_file.write("# 验证通过的代理列表\n\n")
87
88
async with aiohttp.ClientSession() as session:
appkits/qpyapp/src/qpycases/swarms_demos/__init__.py
0 commit comments