Skip to content

Commit

Permalink
:recycle [Refactor] Move ProxyScanner to separated repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansimov committed Dec 12, 2023
1 parent 75589ce commit 9b0f3bc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ Chat with Bing like what you do with OpenAI API.
- Support Docker deployment

🔨 In progress:
- [ ] Use auto proxies to enable create in restricted servers
- [ ] Enhance performance and reduce session create requests
- [ ] Use auto proxies to enable create in restricted servers
- This is moved to another repo, and would release it when it is ready.
- [ ] Authentication with API key


Expand Down
1 change: 0 additions & 1 deletion networks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
)
from .message_outputer import OpenaiStreamOutputer
from .message_parser import MessageParser
from .proxy_scanner import ProxyScanner
88 changes: 0 additions & 88 deletions networks/proxy_scanner.py

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
aiohttp
cssutils
DrissionPage
fastapi
httpx
openai
Expand Down

0 comments on commit 9b0f3bc

Please sign in to comment.