diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-03-07 12:31:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 12:31:23 +0100 |
commit | e6ddd953324bca6eea1dd7409579bc181f9139be (patch) | |
tree | 08fb989b2244f0caa77eb552db6f5e57d0910730 | |
parent | Fiy unittests with duckduckgo-search 5.0 (diff) | |
parent | Update Liaobots.py (diff) | |
download | gpt4free-e6ddd953324bca6eea1dd7409579bc181f9139be.tar gpt4free-e6ddd953324bca6eea1dd7409579bc181f9139be.tar.gz gpt4free-e6ddd953324bca6eea1dd7409579bc181f9139be.tar.bz2 gpt4free-e6ddd953324bca6eea1dd7409579bc181f9139be.tar.lz gpt4free-e6ddd953324bca6eea1dd7409579bc181f9139be.tar.xz gpt4free-e6ddd953324bca6eea1dd7409579bc181f9139be.tar.zst gpt4free-e6ddd953324bca6eea1dd7409579bc181f9139be.zip |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | g4f/Provider/Liaobots.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -234,11 +234,11 @@ set G4F_PROXY=http://host:port | Website | Provider | GPT-3.5 | GPT-4 | Stream | Status | Auth | | ------ | ------- | ------- | ----- | ------ | ------ | ---- | | [bing.com](https://bing.com/chat) | `g4f.Provider.Bing` | ❌ | ✔️ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [liaobots.site](https://liaobots.site) | `g4f.Provider.Liaobots` | ✔️ | ✔️ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | | [chat.openai.com](https://chat.openai.com) | `g4f.Provider.OpenaiChat` | ✔️ | ✔️ | ✔️ | ![Unknown](https://img.shields.io/badge/Active-brightgreen) | ✔️ | | [raycast.com](https://raycast.com) | `g4f.Provider.Raycast` | ✔️ | ✔️ | ✔️ | ![Unknown](https://img.shields.io/badge/Unknown-grey) | ✔️ | | [you.com](https://you.com) | `g4f.Provider.You` | ✔️ | ✔️ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | | [chat.geekgpt.org](https://chat.geekgpt.org) | `g4f.Provider.GeekGpt` | ✔️ | ✔️ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [liaobots.site](https://liaobots.site) | `g4f.Provider.Liaobots` | ✔️ | ✔️ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | ### GPT-3.5 diff --git a/g4f/Provider/Liaobots.py b/g4f/Provider/Liaobots.py index 159c8488..79e48ace 100644 --- a/g4f/Provider/Liaobots.py +++ b/g4f/Provider/Liaobots.py @@ -73,7 +73,7 @@ models = { class Liaobots(AsyncGeneratorProvider, ProviderModelMixin): url = "https://liaobots.site" - working = True + working = False supports_message_history = True supports_gpt_35_turbo = True supports_gpt_4 = True |