File tree Expand file tree Collapse file tree 5 files changed +850
-0
lines changed Expand file tree Collapse file tree 5 files changed +850
-0
lines changed Original file line number Diff line number Diff line change 22
33prompt, llm, agent
44
5+ ## UI Build
6+
7+ - [ streamlit-shadcn-ui] ( https://github.com/ObservedObserver/streamlit-shadcn-ui )
8+
59
610## Promptfoo
711
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments