Skip to content

Commit

Permalink
add deepseek example
Browse files Browse the repository at this point in the history
  • Loading branch information
qdriven committed Jan 9, 2025
1 parent bed7d49 commit 374c4a1
Show file tree
Hide file tree
Showing 5 changed files with 850 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appkits/qpyapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

prompt, llm, agent

## UI Build

- [streamlit-shadcn-ui](https://github.com/ObservedObserver/streamlit-shadcn-ui)


## Promptfoo

Expand Down
4 changes: 4 additions & 0 deletions appkits/qpyapp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ dependencies = [
"box>=0.1.5",
"pytest>=8.3.4",
"lxml>=5.3.0",
"jupyterhub>=5.2.1",
"jupyterlab>=4.3.4",
"notebook>=7.3.2",
"streamlit>=1.41.1",
]

[project.optional-dependencies]
Expand Down
1 change: 1 addition & 0 deletions appkits/qpyapp/src/qpycases/proxy_checker/verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ async def main():
readme_path = os.path.join(current_date, 'PROXIES.md')
if not os.path.exists(readme_path):
with open(readme_path, 'w') as readme_file:

readme_file.write("# 验证通过的代理列表\n\n")

async with aiohttp.ClientSession() as session:
Expand Down
Empty file.
Loading

0 comments on commit 374c4a1

Please sign in to comment.