Skip to content

Commit 374c4a1

Browse files
committed
add deepseek example
1 parent bed7d49 commit 374c4a1

File tree

5 files changed

+850
-0
lines changed

5 files changed

+850
-0
lines changed

appkits/qpyapp/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
prompt, llm, agent
44

5+
## UI Build
6+
7+
- [streamlit-shadcn-ui](https://github.com/ObservedObserver/streamlit-shadcn-ui)
8+
59

610
## Promptfoo
711

appkits/qpyapp/pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ dependencies = [
3434
"box>=0.1.5",
3535
"pytest>=8.3.4",
3636
"lxml>=5.3.0",
37+
"jupyterhub>=5.2.1",
38+
"jupyterlab>=4.3.4",
39+
"notebook>=7.3.2",
40+
"streamlit>=1.41.1",
3741
]
3842

3943
[project.optional-dependencies]

appkits/qpyapp/src/qpycases/proxy_checker/verifier.py

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ async def main():
8282
readme_path = os.path.join(current_date, 'PROXIES.md')
8383
if not os.path.exists(readme_path):
8484
with open(readme_path, 'w') as readme_file:
85+
8586
readme_file.write("# 验证通过的代理列表\n\n")
8687

8788
async with aiohttp.ClientSession() as session:

appkits/qpyapp/src/qpycases/swarms_demos/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)