File tree 5 files changed +850
-0
lines changed
5 files changed +850
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
prompt, llm, agent
4
4
5
+ ## UI Build
6
+
7
+ - [ streamlit-shadcn-ui] ( https://github.com/ObservedObserver/streamlit-shadcn-ui )
8
+
5
9
6
10
## Promptfoo
7
11
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ dependencies = [
34
34
" box>=0.1.5" ,
35
35
" pytest>=8.3.4" ,
36
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" ,
37
41
]
38
42
39
43
[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ async def main():
82
82
readme_path = os .path .join (current_date , 'PROXIES.md' )
83
83
if not os .path .exists (readme_path ):
84
84
with open (readme_path , 'w' ) as readme_file :
85
+
85
86
readme_file .write ("# 验证通过的代理列表\n \n " )
86
87
87
88
async with aiohttp .ClientSession () as session :
You can’t perform that action at this time.
0 commit comments