diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/Liaobots.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g4f/Provider/Liaobots.py b/g4f/Provider/Liaobots.py index 33224d2e..ea3e0d45 100644 --- a/g4f/Provider/Liaobots.py +++ b/g4f/Provider/Liaobots.py @@ -46,8 +46,6 @@ class Liaobots(AsyncGeneratorProvider): **kwargs ) -> AsyncGenerator: model = model if model in models else "gpt-3.5-turbo" - if proxy and "://" not in proxy: - proxy = f"http://{proxy}" headers = { "authority": "liaobots.com", "content-type": "application/json", |