From f6ef3cb2237d8c336e915ef77ddbe6f37934c4fd Mon Sep 17 00:00:00 2001 From: MIDORIBIN Date: Fri, 28 Jul 2023 19:07:17 +0900 Subject: [PATCH] refactor: refactor provider --- README.md | 252 +-- g4f/.v1/.dockerignore | 9 - g4f/.v1/CODE_OF_CONDUCT.md | 128 -- g4f/.v1/CONTRIBUTING.md | 8 - g4f/.v1/Dockerfile | 19 - g4f/.v1/LICENSE | 674 ------ g4f/.v1/README.md | 255 --- g4f/.v1/SECURITY.md | 4 - g4f/.v1/Singularity/gpt4free.sif | 15 - g4f/.v1/docker-compose.yaml | 15 - g4f/.v1/gpt4free/README.md | 110 - g4f/.v1/gpt4free/__init__.py | 103 - g4f/.v1/gpt4free/aiassist/README.md | 19 - g4f/.v1/gpt4free/aiassist/__init__.py | 36 - g4f/.v1/gpt4free/aicolors/__init__.py | 30 - g4f/.v1/gpt4free/aicolors/typings/__init__.py | 9 - g4f/.v1/gpt4free/deepai/README.md | 26 - g4f/.v1/gpt4free/deepai/__init__.py | 46 - g4f/.v1/gpt4free/forefront/README.md | 19 - g4f/.v1/gpt4free/forefront/__init__.py | 214 -- g4f/.v1/gpt4free/forefront/typing.py | 32 - g4f/.v1/gpt4free/gptworldAi/README.md | 25 - g4f/.v1/gpt4free/gptworldAi/__init__.py | 105 - g4f/.v1/gpt4free/hpgptai/README.md | 39 - g4f/.v1/gpt4free/hpgptai/__init__.py | 103 - g4f/.v1/gpt4free/italygpt2/README.md | 29 - g4f/.v1/gpt4free/italygpt2/__init__.py | 70 - g4f/.v1/gpt4free/quora/README.md | 77 - g4f/.v1/gpt4free/quora/__init__.py | 478 ----- g4f/.v1/gpt4free/quora/api.py | 558 ----- g4f/.v1/gpt4free/quora/backup-mail.py | 45 - g4f/.v1/gpt4free/quora/cookies.txt | 30 - .../graphql/AddHumanMessageMutation.graphql | 52 - .../graphql/AddMessageBreakMutation.graphql | 17 - .../graphql/AutoSubscriptionMutation.graphql | 7 - .../quora/graphql/BioFragment.graphql | 8 - .../graphql/ChatAddedSubscription.graphql | 5 - .../quora/graphql/ChatFragment.graphql | 6 - .../graphql/ChatListPaginationQuery.graphql | 378 ---- .../quora/graphql/ChatPaginationQuery.graphql | 26 - .../quora/graphql/ChatViewQuery.graphql | 8 - .../DeleteHumanMessagesMutation.graphql | 7 - .../graphql/DeleteMessageMutation.graphql | 7 - .../quora/graphql/HandleFragment.graphql | 8 - .../LoginWithVerificationCodeMutation.graphql | 13 - .../graphql/MessageAddedSubscription.graphql | 100 - .../MessageDeletedSubscription.graphql | 6 - .../quora/graphql/MessageFragment.graphql | 13 - .../graphql/MessageRemoveVoteMutation.graphql | 7 - .../graphql/MessageSetVoteMutation.graphql | 7 - .../graphql/PoeBotCreateMutation.graphql | 73 - .../quora/graphql/PoeBotEditMutation.graphql | 24 - .../quora/graphql/SendMessageMutation.graphql | 40 - ...ndVerificationCodeForLoginMutation.graphql | 12 - ...ton_deleteAccountMutation_Mutation.graphql | 1 - .../graphql/ShareMessagesMutation.graphql | 9 - ...SignupWithVerificationCodeMutation.graphql | 13 - .../graphql/StaleChatUpdateMutation.graphql | 7 - .../graphql/SubscriptionsMutation.graphql | 9 - .../graphql/SummarizePlainPostQuery.graphql | 3 - .../graphql/SummarizeQuotePostQuery.graphql | 3 - .../graphql/SummarizeSharePostQuery.graphql | 3 - .../quora/graphql/UserSnippetFragment.graphql | 14 - .../quora/graphql/ViewerInfoQuery.graphql | 21 - .../quora/graphql/ViewerStateFragment.graphql | 30 - .../ViewerStateUpdatedSubscription.graphql | 43 - g4f/.v1/gpt4free/quora/graphql/__init__.py | 0 g4f/.v1/gpt4free/quora/mail.py | 80 - g4f/.v1/gpt4free/quora/tests/__init__.py | 0 g4f/.v1/gpt4free/quora/tests/test_api.py | 38 - g4f/.v1/gpt4free/test.py | 4 - g4f/.v1/gpt4free/theb/README.md | 14 - g4f/.v1/gpt4free/theb/__init__.py | 76 - g4f/.v1/gpt4free/theb/theb_test.py | 4 - g4f/.v1/gpt4free/usesless/README.md | 33 - g4f/.v1/gpt4free/usesless/__init__.py | 158 -- g4f/.v1/gpt4free/usesless/account.json | 1 - g4f/.v1/gpt4free/usesless/account_creation.py | 3 - g4f/.v1/gpt4free/usesless/test.py | 10 - g4f/.v1/gpt4free/usesless/utils/__init__.py | 139 -- g4f/.v1/gpt4free/you/README.md | 38 - g4f/.v1/gpt4free/you/__init__.py | 127 -- g4f/.v1/gui/README.md | 78 - g4f/.v1/gui/__init__.py | 0 g4f/.v1/gui/image1.png | Bin 172284 -> 0 bytes g4f/.v1/gui/image2.png | Bin 343564 -> 0 bytes g4f/.v1/gui/pywebio-gui/README.md | 24 - g4f/.v1/gui/pywebio-gui/pywebio-usesless.py | 59 - g4f/.v1/gui/query_methods.py | 100 - g4f/.v1/gui/streamlit_app.py | 52 - g4f/.v1/gui/streamlit_chat_app.py | 156 -- g4f/.v1/poetry.lock | 1816 ----------------- g4f/.v1/pyproject.toml | 37 - g4f/.v1/requirements.txt | 25 - g4f/.v1/testing/aiassistest.py | 13 - g4f/.v1/testing/aicolors_test.py | 6 - g4f/.v1/testing/deepai_test.py | 18 - g4f/.v1/testing/forefront_test.py | 9 - g4f/.v1/testing/gptworldai_test.py | 18 - g4f/.v1/testing/hpgptai_test.py | 41 - g4f/.v1/testing/italygpt2_test.py | 4 - g4f/.v1/testing/openaihosted_test.py | 14 - g4f/.v1/testing/poe_account_create_test.py | 109 - g4f/.v1/testing/poe_test.py | 13 - g4f/.v1/testing/quora_test_2.py | 12 - g4f/.v1/testing/sqlchat_test.py | 4 - g4f/.v1/testing/t3nsor_test.py | 4 - g4f/.v1/testing/test_main.py | 27 - g4f/.v1/testing/theb_test.py | 5 - g4f/.v1/testing/useless_test.py | 25 - g4f/.v1/testing/usesless_test.py | 13 - g4f/.v1/testing/writesonic_test.py | 35 - g4f/.v1/testing/you_test.py | 27 - g4f/.v1/unfinished/bard/README.md | 2 - g4f/.v1/unfinished/bard/__init__.py | 93 - g4f/.v1/unfinished/bard/typings.py | 54 - g4f/.v1/unfinished/bing/README.md | 2 - g4f/.v1/unfinished/bing/__ini__.py | 108 - g4f/.v1/unfinished/chatpdf/__init__.py | 82 - g4f/.v1/unfinished/gptbz/README.md | 4 - g4f/.v1/unfinished/gptbz/__init__.py | 46 - g4f/.v1/unfinished/openprompt/README.md | 5 - g4f/.v1/unfinished/openprompt/create.py | 64 - g4f/.v1/unfinished/openprompt/mail.py | 111 - g4f/.v1/unfinished/openprompt/main.py | 36 - g4f/.v1/unfinished/openprompt/test.py | 6 - g4f/.v1/unfinished/t3nsor/README.md | 44 - g4f/.v1/unfinished/t3nsor/__init__.py | 136 -- g4f/Provider/AItianhu.py | 54 + g4f/Provider/Acytoo.py | 47 + g4f/Provider/AiService.py | 36 + g4f/Provider/Aichat.py | 55 + g4f/Provider/Ails.py | 116 ++ g4f/Provider/Bard.py | 110 + g4f/Provider/Bing.py | 362 ++++ g4f/Provider/ChatgptAi.py | 61 + g4f/Provider/ChatgptLogin.py | 133 ++ g4f/Provider/DeepAi.py | 60 + g4f/Provider/DfeHub.py | 78 + g4f/Provider/EasyChat.py | 83 + g4f/Provider/Forefront.py | 41 + g4f/Provider/GetGpt.py | 87 + g4f/Provider/H2o.py | 98 + g4f/Provider/Liaobots.py | 73 + g4f/Provider/Lockchat.py | 66 + g4f/Provider/Opchatgpts.py | 62 + g4f/Provider/Provider.py | 16 - g4f/Provider/Providers/AItianhu.py | 38 - g4f/Provider/Providers/Acytoo.py | 42 - g4f/Provider/Providers/AiService.py | 41 - g4f/Provider/Providers/Aichat.py | 45 - g4f/Provider/Providers/Ails.py | 95 - g4f/Provider/Providers/Bard.py | 76 - g4f/Provider/Providers/Bing.py | 352 ---- g4f/Provider/Providers/BingHuan.py | 28 - g4f/Provider/Providers/ChatgptAi.py | 52 - g4f/Provider/Providers/ChatgptLogin.py | 96 - g4f/Provider/Providers/DeepAi.py | 74 - g4f/Provider/Providers/DfeHub.py | 56 - g4f/Provider/Providers/EasyChat.py | 59 - g4f/Provider/Providers/Forefront.py | 32 - g4f/Provider/Providers/GetGpt.py | 59 - g4f/Provider/Providers/H2o.py | 94 - g4f/Provider/Providers/Liaobots.py | 53 - g4f/Provider/Providers/Lockchat.py | 33 - g4f/Provider/Providers/Theb.py | 29 - g4f/Provider/Providers/Vercel.py | 170 -- g4f/Provider/Providers/Wewordle.py | 73 - g4f/Provider/Providers/You.py | 25 - g4f/Provider/Providers/Yqcloud.py | 38 - g4f/Provider/Providers/__init__.py | 0 g4f/Provider/Providers/helpers/binghuan.py | 221 -- g4f/Provider/Providers/helpers/theb.py | 48 - g4f/Provider/Providers/helpers/you.py | 79 - g4f/Provider/Providers/opchatgpts.py | 42 - g4f/Provider/Raycast.py | 56 + g4f/Provider/Theb.py | 39 + g4f/Provider/Vercel.py | 337 +++ g4f/Provider/Wewordle.py | 75 + g4f/Provider/You.py | 59 + g4f/Provider/Yqcloud.py | 44 + g4f/Provider/__init__.py | 81 +- g4f/Provider/base_provider.py | 33 + g4f/__init__.py | 77 +- g4f/models.py | 260 ++- g4f/typing.py | 16 +- g4f/utils.py | 49 - interference/app.py | 126 +- pyrightconfig.json | 4 + requirements.txt | 4 +- requirements_interference.txt | 2 + setup.py | 41 +- testing/interference_test.py | 16 - testing/readme_table.py | 71 - testing/test.py | 12 - testing/test_chat_completion.py | 17 + testing/test_interference.py | 27 + testing/test_providers.py | 69 + tool/provider_init.py | 33 + tool/readme_table.py | 103 + tool/vercel.py | 103 + 201 files changed, 3083 insertions(+), 11183 deletions(-) delete mode 100644 g4f/.v1/.dockerignore delete mode 100644 g4f/.v1/CODE_OF_CONDUCT.md delete mode 100644 g4f/.v1/CONTRIBUTING.md delete mode 100644 g4f/.v1/Dockerfile delete mode 100644 g4f/.v1/LICENSE delete mode 100644 g4f/.v1/README.md delete mode 100644 g4f/.v1/SECURITY.md delete mode 100644 g4f/.v1/Singularity/gpt4free.sif delete mode 100644 g4f/.v1/docker-compose.yaml delete mode 100644 g4f/.v1/gpt4free/README.md delete mode 100644 g4f/.v1/gpt4free/__init__.py delete mode 100644 g4f/.v1/gpt4free/aiassist/README.md delete mode 100644 g4f/.v1/gpt4free/aiassist/__init__.py delete mode 100644 g4f/.v1/gpt4free/aicolors/__init__.py delete mode 100644 g4f/.v1/gpt4free/aicolors/typings/__init__.py delete mode 100644 g4f/.v1/gpt4free/deepai/README.md delete mode 100644 g4f/.v1/gpt4free/deepai/__init__.py delete mode 100644 g4f/.v1/gpt4free/forefront/README.md delete mode 100644 g4f/.v1/gpt4free/forefront/__init__.py delete mode 100644 g4f/.v1/gpt4free/forefront/typing.py delete mode 100644 g4f/.v1/gpt4free/gptworldAi/README.md delete mode 100644 g4f/.v1/gpt4free/gptworldAi/__init__.py delete mode 100644 g4f/.v1/gpt4free/hpgptai/README.md delete mode 100644 g4f/.v1/gpt4free/hpgptai/__init__.py delete mode 100644 g4f/.v1/gpt4free/italygpt2/README.md delete mode 100644 g4f/.v1/gpt4free/italygpt2/__init__.py delete mode 100644 g4f/.v1/gpt4free/quora/README.md delete mode 100644 g4f/.v1/gpt4free/quora/__init__.py delete mode 100644 g4f/.v1/gpt4free/quora/api.py delete mode 100644 g4f/.v1/gpt4free/quora/backup-mail.py delete mode 100644 g4f/.v1/gpt4free/quora/cookies.txt delete mode 100644 g4f/.v1/gpt4free/quora/graphql/AddHumanMessageMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/AddMessageBreakMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/AutoSubscriptionMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/BioFragment.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ChatAddedSubscription.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ChatFragment.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ChatListPaginationQuery.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ChatPaginationQuery.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ChatViewQuery.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/DeleteMessageMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/HandleFragment.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/MessageAddedSubscription.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/MessageDeletedSubscription.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/MessageFragment.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/MessageRemoveVoteMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/MessageSetVoteMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/PoeBotCreateMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/PoeBotEditMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SendMessageMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SettingsDeleteAccountButton_deleteAccountMutation_Mutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ShareMessagesMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SignupWithVerificationCodeMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SubscriptionsMutation.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SummarizePlainPostQuery.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/SummarizeSharePostQuery.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/UserSnippetFragment.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ViewerInfoQuery.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ViewerStateFragment.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/ViewerStateUpdatedSubscription.graphql delete mode 100644 g4f/.v1/gpt4free/quora/graphql/__init__.py delete mode 100644 g4f/.v1/gpt4free/quora/mail.py delete mode 100644 g4f/.v1/gpt4free/quora/tests/__init__.py delete mode 100644 g4f/.v1/gpt4free/quora/tests/test_api.py delete mode 100644 g4f/.v1/gpt4free/test.py delete mode 100644 g4f/.v1/gpt4free/theb/README.md delete mode 100644 g4f/.v1/gpt4free/theb/__init__.py delete mode 100644 g4f/.v1/gpt4free/theb/theb_test.py delete mode 100644 g4f/.v1/gpt4free/usesless/README.md delete mode 100644 g4f/.v1/gpt4free/usesless/__init__.py delete mode 100644 g4f/.v1/gpt4free/usesless/account.json delete mode 100644 g4f/.v1/gpt4free/usesless/account_creation.py delete mode 100644 g4f/.v1/gpt4free/usesless/test.py delete mode 100644 g4f/.v1/gpt4free/usesless/utils/__init__.py delete mode 100644 g4f/.v1/gpt4free/you/README.md delete mode 100644 g4f/.v1/gpt4free/you/__init__.py delete mode 100644 g4f/.v1/gui/README.md delete mode 100644 g4f/.v1/gui/__init__.py delete mode 100644 g4f/.v1/gui/image1.png delete mode 100644 g4f/.v1/gui/image2.png delete mode 100644 g4f/.v1/gui/pywebio-gui/README.md delete mode 100644 g4f/.v1/gui/pywebio-gui/pywebio-usesless.py delete mode 100644 g4f/.v1/gui/query_methods.py delete mode 100644 g4f/.v1/gui/streamlit_app.py delete mode 100644 g4f/.v1/gui/streamlit_chat_app.py delete mode 100644 g4f/.v1/poetry.lock delete mode 100644 g4f/.v1/pyproject.toml delete mode 100644 g4f/.v1/requirements.txt delete mode 100644 g4f/.v1/testing/aiassistest.py delete mode 100644 g4f/.v1/testing/aicolors_test.py delete mode 100644 g4f/.v1/testing/deepai_test.py delete mode 100644 g4f/.v1/testing/forefront_test.py delete mode 100644 g4f/.v1/testing/gptworldai_test.py delete mode 100644 g4f/.v1/testing/hpgptai_test.py delete mode 100644 g4f/.v1/testing/italygpt2_test.py delete mode 100644 g4f/.v1/testing/openaihosted_test.py delete mode 100644 g4f/.v1/testing/poe_account_create_test.py delete mode 100644 g4f/.v1/testing/poe_test.py delete mode 100644 g4f/.v1/testing/quora_test_2.py delete mode 100644 g4f/.v1/testing/sqlchat_test.py delete mode 100644 g4f/.v1/testing/t3nsor_test.py delete mode 100644 g4f/.v1/testing/test_main.py delete mode 100644 g4f/.v1/testing/theb_test.py delete mode 100644 g4f/.v1/testing/useless_test.py delete mode 100644 g4f/.v1/testing/usesless_test.py delete mode 100644 g4f/.v1/testing/writesonic_test.py delete mode 100644 g4f/.v1/testing/you_test.py delete mode 100644 g4f/.v1/unfinished/bard/README.md delete mode 100644 g4f/.v1/unfinished/bard/__init__.py delete mode 100644 g4f/.v1/unfinished/bard/typings.py delete mode 100644 g4f/.v1/unfinished/bing/README.md delete mode 100644 g4f/.v1/unfinished/bing/__ini__.py delete mode 100644 g4f/.v1/unfinished/chatpdf/__init__.py delete mode 100644 g4f/.v1/unfinished/gptbz/README.md delete mode 100644 g4f/.v1/unfinished/gptbz/__init__.py delete mode 100644 g4f/.v1/unfinished/openprompt/README.md delete mode 100644 g4f/.v1/unfinished/openprompt/create.py delete mode 100644 g4f/.v1/unfinished/openprompt/mail.py delete mode 100644 g4f/.v1/unfinished/openprompt/main.py delete mode 100644 g4f/.v1/unfinished/openprompt/test.py delete mode 100644 g4f/.v1/unfinished/t3nsor/README.md delete mode 100644 g4f/.v1/unfinished/t3nsor/__init__.py create mode 100644 g4f/Provider/AItianhu.py create mode 100644 g4f/Provider/Acytoo.py create mode 100644 g4f/Provider/AiService.py create mode 100644 g4f/Provider/Aichat.py create mode 100644 g4f/Provider/Ails.py create mode 100644 g4f/Provider/Bard.py create mode 100644 g4f/Provider/Bing.py create mode 100644 g4f/Provider/ChatgptAi.py create mode 100644 g4f/Provider/ChatgptLogin.py create mode 100644 g4f/Provider/DeepAi.py create mode 100644 g4f/Provider/DfeHub.py create mode 100644 g4f/Provider/EasyChat.py create mode 100644 g4f/Provider/Forefront.py create mode 100644 g4f/Provider/GetGpt.py create mode 100644 g4f/Provider/H2o.py create mode 100644 g4f/Provider/Liaobots.py create mode 100644 g4f/Provider/Lockchat.py create mode 100644 g4f/Provider/Opchatgpts.py delete mode 100644 g4f/Provider/Provider.py delete mode 100644 g4f/Provider/Providers/AItianhu.py delete mode 100644 g4f/Provider/Providers/Acytoo.py delete mode 100644 g4f/Provider/Providers/AiService.py delete mode 100644 g4f/Provider/Providers/Aichat.py delete mode 100644 g4f/Provider/Providers/Ails.py delete mode 100644 g4f/Provider/Providers/Bard.py delete mode 100644 g4f/Provider/Providers/Bing.py delete mode 100644 g4f/Provider/Providers/BingHuan.py delete mode 100644 g4f/Provider/Providers/ChatgptAi.py delete mode 100644 g4f/Provider/Providers/ChatgptLogin.py delete mode 100644 g4f/Provider/Providers/DeepAi.py delete mode 100644 g4f/Provider/Providers/DfeHub.py delete mode 100644 g4f/Provider/Providers/EasyChat.py delete mode 100644 g4f/Provider/Providers/Forefront.py delete mode 100644 g4f/Provider/Providers/GetGpt.py delete mode 100644 g4f/Provider/Providers/H2o.py delete mode 100644 g4f/Provider/Providers/Liaobots.py delete mode 100644 g4f/Provider/Providers/Lockchat.py delete mode 100644 g4f/Provider/Providers/Theb.py delete mode 100644 g4f/Provider/Providers/Vercel.py delete mode 100644 g4f/Provider/Providers/Wewordle.py delete mode 100644 g4f/Provider/Providers/You.py delete mode 100644 g4f/Provider/Providers/Yqcloud.py delete mode 100644 g4f/Provider/Providers/__init__.py delete mode 100644 g4f/Provider/Providers/helpers/binghuan.py delete mode 100644 g4f/Provider/Providers/helpers/theb.py delete mode 100644 g4f/Provider/Providers/helpers/you.py delete mode 100644 g4f/Provider/Providers/opchatgpts.py create mode 100644 g4f/Provider/Raycast.py create mode 100644 g4f/Provider/Theb.py create mode 100644 g4f/Provider/Vercel.py create mode 100644 g4f/Provider/Wewordle.py create mode 100644 g4f/Provider/You.py create mode 100644 g4f/Provider/Yqcloud.py create mode 100644 g4f/Provider/base_provider.py delete mode 100644 g4f/utils.py create mode 100644 pyrightconfig.json create mode 100644 requirements_interference.txt delete mode 100644 testing/interference_test.py delete mode 100644 testing/readme_table.py delete mode 100644 testing/test.py create mode 100644 testing/test_chat_completion.py create mode 100644 testing/test_interference.py create mode 100644 testing/test_providers.py create mode 100644 tool/provider_init.py create mode 100644 tool/readme_table.py create mode 100644 tool/vercel.py diff --git a/README.md b/README.md index 157ba179..49d9403e 100644 --- a/README.md +++ b/README.md @@ -83,27 +83,36 @@ import g4f import g4f -print(g4f.Provider.Ails.params) # supported args +print(g4f.provider.Ails.params) # supported args # Automatic selection of provider # streamed completion -response = g4f.ChatCompletion.create(model='gpt-3.5-turbo', messages=[ - {"role": "user", "content": "Hello world"}], stream=True) +response = g4f.ChatCompletion.create( + model="gpt-3.5-turbo", + messages=[{"role": "user", "content": "Hello world"}], + stream=True, +) for message in response: - print(message) + print(message, flush=True, end='') # normal response -response = g4f.ChatCompletion.create(model=g4f.models.gpt_4, messages=[ - {"role": "user", "content": "hi"}]) # alterative model setting +response = g4f.ChatCompletion.create( + model=g4f.models.gpt_4, + messages=[{"role": "user", "content": "hi"}], +) # alterative model setting print(response) # Set with provider -response = g4f.ChatCompletion.create(model='gpt-3.5-turbo', provider=g4f.Provider.Forefront, messages=[ - {"role": "user", "content": "Hello world"}], stream=True) +response = g4f.ChatCompletion.create( + model="gpt-3.5-turbo", + provider=g4f.provider.DeepAi, + messages=[{"role": "user", "content": "Hello world"}], + stream=True, +) for message in response: print(message) @@ -111,33 +120,21 @@ for message in response: providers: ```py -from g4f.Provider import ( - Ails, - You, - Bing, - Yqcloud, - Theb, +from g4f.provider import ( + Acytoo, Aichat, + Ails, + AiService, + AItianhu, Bard, - Vercel, - Forefront, - Lockchat, - Liaobots, - H2o, + Bing, + ChatgptAi, ChatgptLogin, DeepAi, - GetGpt, - AItianhu, - EasyChat, - Acytoo, - DfeHub, - AiService, - BingHuan, - Wewordle, - ChatgptAi, - opchatgpts, + GetGpt ) + # usage: response = g4f.ChatCompletion.create(..., provider=ProviderName) ``` @@ -152,82 +149,93 @@ python3 -m interference.app ```py import openai -openai.api_key = '' -openai.api_base = 'http://127.0.0.1:1337' +openai.api_key = "" +openai.api_base = "http://localhost:1337" -chat_completion = openai.ChatCompletion.create(stream=True, - model='gpt-3.5-turbo', messages=[{'role': 'user', 'content': 'write a poem about a tree'}]) -#print(chat_completion.choices[0].message.content) +def main(): + chat_completion = openai.ChatCompletion.create( + model="gpt-3.5-turbo", + messages=[{"role": "user", "content": "write a poem about a tree"}], + stream=True, + ) -for token in chat_completion: - - content = token['choices'][0]['delta'].get('content') - if content != None: - print(content) + if isinstance(chat_completion, dict): + # not stream + print(chat_completion.choices[0].message.content) + else: + # stream + for token in chat_completion: + content = token["choices"][0]["delta"].get("content") + if content != None: + print(content, end="", flush=True) + + +if __name__ == "__main__": + main() ``` ## Models ### gpt-3.5 / gpt-4 -| Website| Provider| gpt-3.5 | gpt-4 | Stream | Status | Auth | -| --- | --- | --- | --- | --- | --- | --- | -| [ai.ls](https://ai.ls) | `g4f.Provider.Ails` | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [you.com](https://you.com) | `g4f.Provider.You` | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [bing.com](https://bing.com/chat) | `g4f.Provider.Bing` | ❌ | ✔️ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [chat9.yqcloud.top](https://chat9.yqcloud.top/) | `g4f.Provider.Yqcloud` | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [theb.ai](https://theb.ai) | `g4f.Provider.Theb` | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [chat-gpt.org](https://chat-gpt.org/chat) | `g4f.Provider.Aichat` | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [bard.google.com](https://bard.google.com) | `g4f.Provider.Bard` | ❌ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ✔️ | -| [play.vercel.ai](https://play.vercel.ai) | `g4f.Provider.Vercel` | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [forefront.com](https://forefront.com) | `g4f.Provider.Forefront` | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [supertest.lockchat.app](http://supertest.lockchat.app) | `g4f.Provider.Lockchat` | ✔️ | ✔️ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [liaobots.com](https://liaobots.com) | `g4f.Provider.Liaobots` | ✔️ | ✔️ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ✔️ | -| [gpt-gm.h2o.ai](https://gpt-gm.h2o.ai) | `g4f.Provider.H2o` | ❌ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [chatgptlogin.ac](https://chatgptlogin.ac) | `g4f.Provider.ChatgptLogin` | ✔️ | ❌ | ❌ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [deepai.org](https://deepai.org) | `g4f.Provider.DeepAi` | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [chat.getgpt.world](https://chat.getgpt.world/) | `g4f.Provider.GetGpt` | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [www.aitianhu.com](https://www.aitianhu.com/api/chat-process) | `g4f.Provider.AItianhu` | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [free.easychat.work](https://free.easychat.work) | `g4f.Provider.EasyChat` | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [chat.acytoo.com](https://chat.acytoo.com/api/completions) | `g4f.Provider.Acytoo` | ✔️ | ❌ | ❌ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [chat.dfehub.com](https://chat.dfehub.com/api/chat) | `g4f.Provider.DfeHub` | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [aiservice.vercel.app](https://aiservice.vercel.app/api/chat/answer) | `g4f.Provider.AiService` | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [b.ai-huan.xyz](https://b.ai-huan.xyz) | `g4f.Provider.BingHuan` | ✔️ | ✔️ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [wewordle.org](https://wewordle.org/gptapi/v1/android/turbo) | `g4f.Provider.Wewordle` | ✔️ | ❌ | ❌ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | -| [chatgpt.ai](https://chatgpt.ai/gpt-4/) | `g4f.Provider.ChatgptAi` | ❌ | ✔️ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | -| [opchatgpts.net](https://opchatgpts.net) | `g4f.Provider.opchatgpts` | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| Website | Provider | gpt-3.5 | gpt-4 | Streaming | Status | Auth | +| ----------------------------------------------------------------------------- | ------------------------- | ------- | ----- | --------- | ---------------------------------------------------------- | ---- | +| [www.aitianhu.com](https://www.aitianhu.com/api/chat-process) | g4f.provider.AItianhu | ✔️ | ❌ | ❌ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [chat.acytoo.com](https://chat.acytoo.com/api/completions) | g4f.provider.Acytoo | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [aiservice.vercel.app](https://aiservice.vercel.app/api/chat/answer) | g4f.provider.AiService | ✔️ | ❌ | ❌ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [chat-gpt.org](https://chat-gpt.org/chat) | g4f.provider.Aichat | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [ai.ls](https://ai.ls) | g4f.provider.Ails | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [bard.google.com](https://bard.google.com) | g4f.provider.Bard | ❌ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ✔️ | +| [bing.com](https://bing.com/chat) | g4f.provider.Bing | ❌ | ✔️ | ❌ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [chatgpt.ai](https://chatgpt.ai/gpt-4/) | g4f.provider.ChatgptAi | ❌ | ✔️ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [chatgptlogin.ac](https://chatgptlogin.ac) | g4f.provider.ChatgptLogin | ✔️ | ❌ | ❌ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [deepai.org](https://deepai.org) | g4f.provider.DeepAi | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [chat.dfehub.com](https://chat.dfehub.com/api/chat) | g4f.provider.DfeHub | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [free.easychat.work](https://free.easychat.work) | g4f.provider.EasyChat | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [forefront.com](https://forefront.com) | g4f.provider.Forefront | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [chat.getgpt.world](https://chat.getgpt.world/) | g4f.provider.GetGpt | ✔️ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [gpt-gm.h2o.ai](https://gpt-gm.h2o.ai) | g4f.provider.H2o | ❌ | ❌ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [liaobots.com](https://liaobots.com) | g4f.provider.Liaobots | ✔️ | ✔️ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ✔️ | +| [supertest.lockchat.app](http://supertest.lockchat.app) | g4f.provider.Lockchat | ✔️ | ✔️ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [opchatgpts.net](https://opchatgpts.net) | g4f.provider.Opchatgpts | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [backend.raycast.com](https://backend.raycast.com/api/v1/ai/chat_completions) | g4f.provider.Raycast | ✔️ | ✔️ | ✔️ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ✔️ | +| [theb.ai](https://theb.ai) | g4f.provider.Theb | ✔️ | ❌ | ✔️ | ![Inactive](https://img.shields.io/badge/Inactive-red) | ❌ | +| [play.vercel.ai](https://play.vercel.ai) | g4f.provider.Vercel | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [wewordle.org](https://wewordle.org/gptapi/v1/android/turbo) | g4f.provider.Wewordle | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [you.com](https://you.com) | g4f.provider.You | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | +| [chat9.yqcloud.top](https://chat9.yqcloud.top/) | g4f.provider.Yqcloud | ✔️ | ❌ | ❌ | ![Active](https://img.shields.io/badge/Active-brightgreen) | ❌ | ### Other Models -| Model| Base Provider | Provider | Website | -| ------- | ----------- | ---- |---- | -| palm2 | Google | `g4f.Provider.Bard` | [bard.google.com](https://bard.google.com/) | -| falcon-40b | Huggingface | `g4f.Provider.H2o` | [H2o](https://www.h2o.ai/) | -| falcon-7b | Huggingface |`g4f.Provider.H2o` | [H2o](https://www.h2o.ai/) | -| llama-13b | Huggingface | `g4f.Provider.H2o`| [H2o](https://www.h2o.ai/) | -| claude-instant-v1-100k | Anthropic | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| claude-instant-v1 | Anthropic | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| claude-v1-100k | Anthropic | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| claude-v1 | Anthropic | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| alpaca-7b | Replicate | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| stablelm-tuned-alpha-7b | Replicate | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| bloom | Huggingface | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| bloomz | Huggingface | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| flan-t5-xxl | Huggingface | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| flan-ul2 | Huggingface | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| gpt-neox-20b | Huggingface | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| oasst-sft-4-pythia-12b-epoch-3.5 |Huggingface | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| santacoder | Huggingface | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| command-medium-nightly | Cohere | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| command-xlarge-nightly | Cohere | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| code-cushman-001 | OpenAI | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| code-davinci-002 | OpenAI | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| text-ada-001 | OpenAI | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| text-babbage-001 | OpenAI | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| text-curie-001 | OpenAI | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| text-davinci-002 | OpenAI | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | -| text-davinci-003 | OpenAI | `g4f.Provider.Vercel` | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| Model | Base Provider | Provider | Website | +| --------------------------------------- | ------------- | ------------------- | ------------------------------------------- | +| palm | Google | g4f.provider.Bard | [bard.google.com](https://bard.google.com/) | +| h2ogpt-gm-oasst1-en-2048-falcon-7b-v3 | Huggingface | g4f.provider.H2o | [www.h2o.ai](https://www.h2o.ai/) | +| h2ogpt-gm-oasst1-en-2048-falcon-40b-v1 | Huggingface | g4f.provider.H2o | [www.h2o.ai](https://www.h2o.ai/) | +| h2ogpt-gm-oasst1-en-2048-open-llama-13b | Huggingface | g4f.provider.H2o | [www.h2o.ai](https://www.h2o.ai/) | +| claude-instant-v1 | Anthropic | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| claude-v1 | Anthropic | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| claude-v2 | Anthropic | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| command-light-nightly | Cohere | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| command-nightly | Cohere | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| gpt-neox-20b | Huggingface | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| oasst-sft-1-pythia-12b | Huggingface | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| oasst-sft-4-pythia-12b-epoch-3.5 | Huggingface | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| santacoder | Huggingface | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| bloom | Huggingface | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| flan-t5-xxl | Huggingface | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| code-davinci-002 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| gpt-3.5-turbo-16k | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| gpt-3.5-turbo-16k-0613 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| gpt-4-0613 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| text-ada-001 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| text-babbage-001 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| text-curie-001 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| text-davinci-002 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| text-davinci-003 | OpenAI | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| llama13b-v2-chat | Replicate | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | +| llama7b-v2-chat | Replicate | g4f.provider.Vercel | [sdk.vercel.ai](https://sdk.vercel.ai/) | ## Related gpt4free projects @@ -283,46 +291,48 @@ for token in chat_completion: ## Contribute to add another provider, its very simple: -1. create a new file in [g4f/Provider/Providers](./g4f/Provider/Providers) with the name of the Provider -2. in the file, paste the *Boilerplate* you can find in [g4f/Provider/Provider.py](./g4f/Provider/Provider.py): +1. create a new file in [g4f/provider](./g4f/provider) with the name of the Provider +2. Implement a class that extends [BaseProvider](./g4f/provider/base_provider.py). ```py -import os -from ..typing import sha256, Dict, get_type_hints - -url = None -model = None -supports_stream = False -needs_auth = False - -def _create_completion(model: str, messages: list, stream: bool, **kwargs): - return - - -params = f'g4f.Providers.{os.path.basename(__file__)[:-3]} supports: ' + \ - '(%s)' % ', '.join( - [f"{name}: {get_type_hints(_create_completion)[name].__name__}" for name in _create_completion.__code__.co_varnames[:_create_completion.__code__.co_argcount]]) - +from .base_provider import BaseProvider +from ..typing import CreateResult, Any + + +class HogeService(BaseProvider): + url = "http://hoge.com" + working = True + supports_gpt_35_turbo = True + + @staticmethod + def create_completion( + model: str, + messages: list[dict[str, str]], + stream: bool, + **kwargs: Any, + ) -> CreateResult: + pass ``` -3. Here, you can adjust the settings, for example if the website does support streaming, set `supports_stream` to `True`... -4. Write code to request the provider in `_create_completion` and `yield` the response, *even if* its a one-time response, do not hesitate to look at other providers for inspiration -5. Add the Provider Name in [g4f/Provider/__init__.py](./g4f/Provider/__init__.py) +3. Here, you can adjust the settings, for example if the website does support streaming, set `working` to `True`... +4. Write code to request the provider in `create_completion` and `yield` the response, *even if* its a one-time response, do not hesitate to look at other providers for inspiration +5. Add the Provider Name in [g4f/provider/__init__.py](./g4f/provider/__init__.py) ```py -from . import Provider -from .Providers import ( - ..., - ProviderNameHere -) +from .base_provider import BaseProvider +from .HogeService import HogeService + +__all__ = [ + HogeService, +] ``` 6. You are done !, test the provider by calling it: ```py import g4f -response = g4f.ChatCompletion.create(model='gpt-3.5-turbo', provider=g4f.Provider.PROVIDERNAME, - messages=[{"role": "user", "content": "test"}], stream=g4f.Provider.PROVIDERNAME.supports_stream) +response = g4f.ChatCompletion.create(model='gpt-3.5-turbo', provider=g4f.provider.PROVIDERNAME, + messages=[{"role": "user", "content": "test"}], stream=g4f.provider.PROVIDERNAME.supports_stream) for message in response: print(message, flush=True, end='') diff --git a/g4f/.v1/.dockerignore b/g4f/.v1/.dockerignore deleted file mode 100644 index db8cd761..00000000 --- a/g4f/.v1/.dockerignore +++ /dev/null @@ -1,9 +0,0 @@ -# Development -.dockerignore -.git -.gitignore -.github -.idea - -# Application -venv/ diff --git a/g4f/.v1/CODE_OF_CONDUCT.md b/g4f/.v1/CODE_OF_CONDUCT.md deleted file mode 100644 index c5afe0a4..00000000 --- a/g4f/.v1/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,128 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -We as members, contributors, and leaders pledge to make participation in our -community a harassment-free experience for everyone, regardless of age, body -size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, -nationality, personal appearance, race, religion, or sexual identity -and orientation. - -We pledge to act and interact in ways that contribute to an open, welcoming, -diverse, inclusive, and healthy community. - -## Our Standards - -Examples of behavior that contributes to a positive environment for our -community include: - -* Demonstrating empathy and kindness toward other people -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -* Focusing on what is best not just for us as individuals, but for the - overall community - -Examples of unacceptable behavior include: - -* The use of sexualized language or imagery, and sexual attention or - advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email - address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Enforcement Responsibilities - -Community leaders are responsible for clarifying and enforcing our standards of -acceptable behavior and will take appropriate and fair corrective action in -response to any behavior that they deem inappropriate, threatening, offensive, -or harmful. - -Community leaders have the right and responsibility to remove, edit, or reject -comments, commits, code, wiki edits, issues, and other contributions that are -not aligned to this Code of Conduct, and will communicate reasons for moderation -decisions when appropriate. - -## Scope - -This Code of Conduct applies within all community spaces, and also applies when -an individual is officially representing the community in public spaces. -Examples of representing our community include using an official e-mail address, -posting via an official social media account, or acting as an appointed -representative at an online or offline event. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at -https://t.me/xtekky. -All complaints will be reviewed and investigated promptly and fairly. - -All community leaders are obligated to respect the privacy and security of the -reporter of any incident. - -## Enforcement Guidelines - -Community leaders will follow these Community Impact Guidelines in determining -the consequences for any action they deem in violation of this Code of Conduct: - -### 1. Correction - -**Community Impact**: Use of inappropriate language or other behavior deemed -unprofessional or unwelcome in the community. - -**Consequence**: A private, written warning from community leaders, providing -clarity around the nature of the violation and an explanation of why the -behavior was inappropriate. A public apology may be requested. - -### 2. Warning - -**Community Impact**: A violation through a single incident or series -of actions. - -**Consequence**: A warning with consequences for continued behavior. No -interaction with the people involved, including unsolicited interaction with -those enforcing the Code of Conduct, for a specified period of time. This -includes avoiding interactions in community spaces as well as external channels -like social media. Violating these terms may lead to a temporary or -permanent ban. - -### 3. Temporary Ban - -**Community Impact**: A serious violation of community standards, including -sustained inappropriate behavior. - -**Consequence**: A temporary ban from any sort of interaction or public -communication with the community for a specified period of time. No public or -private interaction with the people involved, including unsolicited interaction -with those enforcing the Code of Conduct, is allowed during this period. -Violating these terms may lead to a permanent ban. - -### 4. Permanent Ban - -**Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an -individual, or aggression toward or disparagement of classes of individuals. - -**Consequence**: A permanent ban from any sort of public interaction within -the community. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. - -Community Impact Guidelines were inspired by [Mozilla's code of conduct -enforcement ladder](https://github.com/mozilla/diversity). - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. diff --git a/g4f/.v1/CONTRIBUTING.md b/g4f/.v1/CONTRIBUTING.md deleted file mode 100644 index 932dc30f..00000000 --- a/g4f/.v1/CONTRIBUTING.md +++ /dev/null @@ -1,8 +0,0 @@ -gpt4free logo - -### Please, follow these steps to contribute: -1. Reverse a website from this list: [sites-to-reverse](https://github.com/xtekky/gpt4free/issues/40) -2. Add it to [./testing](https://github.com/xtekky/gpt4free/tree/main/testing) -3. Refractor it and add it to [./gpt4free](https://github.com/xtekky/gpt4free/tree/main/gpt4free) - -### We will be grateful to see you as a contributor! diff --git a/g4f/.v1/Dockerfile b/g4f/.v1/Dockerfile deleted file mode 100644 index 5b2a1f7a..00000000 --- a/g4f/.v1/Dockerfile +++ /dev/null @@ -1,19 +0,0 @@ -FROM python:3.11.3-slim - -RUN apt-get update \ - && apt-get install -y --no-install-recommends ffmpeg \ - && apt-get -y clean \ - && rm -rf /var/lib/apt/lists/* - -COPY requirements.txt /tmp -RUN pip install --upgrade pip \ - && pip install -r /tmp/requirements.txt \ - && rm /tmp/requirements.txt - -COPY . /root/gpt4free - -WORKDIR /root/gpt4free - -CMD ["streamlit", "run", "./gui/streamlit_app.py"] - -EXPOSE 8501 diff --git a/g4f/.v1/LICENSE b/g4f/.v1/LICENSE deleted file mode 100644 index f288702d..00000000 --- a/g4f/.v1/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/g4f/.v1/README.md b/g4f/.v1/README.md deleted file mode 100644 index ce3ee7be..00000000 --- a/g4f/.v1/README.md +++ /dev/null @@ -1,255 +0,0 @@ -**A major update is to come this week (statement written 14 Jun)** -**You may check these out in the meanwhile**: - -- v2 prototype of gpt4free someone made: https://gitler.moe/g4f/gpt4free -- Discord bot with gpt-4 using poe.com: https://github.com/xtekky/gpt4free-discord - -______ -What can I do to contribute ? -you reverse a site from this list: [sites-to-reverse](https://github.com/xtekky/gpt4free/issues/40), and add it to [`./testing`](https://github.com/xtekky/gpt4free/tree/main/testing) or refractor it and add it to [`./gpt4free`](https://github.com/xtekky/gpt4free/tree/main/gpt4free) - -

You may join our discord: discord.gg/gpt4free for further updates. gpt4free Discord

- - -gpt4free logo - -## Legal Notice - -This repository is _not_ associated with or endorsed by providers of the APIs contained in this GitHub repository. This project is intended **for educational purposes only**. This is just a little personal project. Sites may contact me to improve their security or request the removal of their site from this repository. - -Please note the following: - -1. **Disclaimer**: The APIs, services, and trademarks mentioned in this repository belong to their respective owners. This project is _not_ claiming any right over them nor is it affiliated with or endorsed by any of the providers mentioned. - -2. **Responsibility**: The author of this repository is _not_ responsible for any consequences, damages, or losses arising from the use or misuse of this repository or the content provided by the third-party APIs. Users are solely responsible for their actions and any repercussions that may follow. We strongly recommend the users to follow the TOS of the each Website. - -3. **Educational Purposes Only**: This repository and its content are provided strictly for educational purposes. By using the information and code provided, users acknowledge that they are using the APIs and models at their own risk and agree to comply with any applicable laws and regulations. - -4. **Indemnification**: Users agree to indemnify, defend, and hold harmless the author of this repository from and against any and all claims, liabilities, damages, losses, or expenses, including legal fees and costs, arising out of or in any way connected with their use or misuse of this repository, its content, or related third-party APIs. - -5. **Updates and Changes**: The author reserves the right to modify, update, or remove any content, information, or features in this repository at any time without prior notice. Users are responsible for regularly reviewing the content and any changes made to this repository. - -By using this repository or any code related to it, you agree to these terms. The author is not responsible for any copies, forks, or reuploads made by other users. This is the author's only account and repository. To prevent impersonation or irresponsible actions, you may comply with the GNU GPL license this Repository uses. - -
- - -Just API's from some language model sites. - - -# Related gpt4free projects - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
🎁 Projects⭐ Stars📚 Forks🛎 Issues📬 Pull requests
gpt4freeStarsForksIssuesPull Requests
gpt4free-tsStarsForksIssuesPull Requests
ChatGPT-CloneStarsForksIssuesPull Requests
ChatGpt Discord BotStarsForksIssuesPull Requests
- - -## Table of Contents -| Section | Description | Link | Status | -| ------- | ----------- | ---- | ------ | -| **To do list** | List of tasks to be done | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#todo) | - | -| **Current Sites** | Current websites or platforms that can be used as APIs | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#current-sites) | - | -| **Best Sites for gpt4** | Recommended websites or platforms for gpt4 | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#best-sites) | - | -| **Streamlit GPT4Free GUI** | Web-based graphical user interface for interacting with gpt4free | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#streamlit-gpt4free-gui) | - | -| **Docker** | Instructions on how to run gpt4free in a Docker container | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#docker-instructions) | - | -| **ChatGPT clone** | A ChatGPT clone with new features and scalability | [![Link to Website](https://img.shields.io/badge/Link-Visit%20Site-blue)](https://chat.chatbot.sex/chat) | - | -| **How to install** | Instructions on how to install gpt4free | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#install) | - | -| **Usage Examples** | | | | -| `theb` | Example usage for theb (gpt-3.5) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/theb/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | -| `forefront` | Example usage for forefront (gpt-4) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/forefront/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | || -| `quora (poe)` | Example usage for quora | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/quora/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | -| `you` | Example usage for you | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/you/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | -| `deepai` | Example usage for DeepAI (gpt-3.5, with chat) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](gpt4free/deepai/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | -| **Try it Out** | | | | -| Google Colab Jupyter Notebook | Example usage for gpt4free | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DanielShemesh/gpt4free-colab/blob/main/gpt4free.ipynb) | - | -| replit Example (feel free to fork this repl) | Example usage for gpt4free | [![](https://img.shields.io/badge/Open%20in-Replit-1A1E27?logo=replit)](https://replit.com/@gpt4free/gpt4free-webui) | - | -| **Legal Notice** | Legal notice or disclaimer | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#legal-notice) | - | -| **Copyright** | Copyright information | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#copyright) | - | -| **Star History** | Star History | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#star-history) | - | - - -## To do list - -- [x] Add a GUI for the repo -- [ ] Make a general package named `gpt4free`, instead of different folders -- [ ] Live api status to know which are down and which can be used -- [ ] Integrate more API's in `./unfinished` as well as other ones in the lists -- [ ] Make an API to use as proxy for other projects -- [ ] Make a pypi package - -## Current Sites - -| Website s | Model(s) | -| ------------------------------------------------ | -------------------------------- | -| [forefront.ai](https://chat.forefront.ai) | GPT-4/3.5 | -| [poe.com](https://poe.com) | GPT-4/3.5 | -| [writesonic.com](https://writesonic.com) | GPT-3.5 / Internet | -| [t3nsor.com](https://t3nsor.com) | GPT-3.5 | -| [you.com](https://you.com) | GPT-3.5 / Internet / good search | -| [sqlchat.ai](https://sqlchat.ai) | GPT-3.5 | -| [bard.google.com](https://bard.google.com) | custom / search | -| [bing.com/chat](https://bing.com/chat) | GPT-4/3.5 | -| [italygpt.it](https://italygpt.it) | GPT-3.5 | -| [deepai.org](https://deepai.org/chat) | GPT-3.5 / chat support | - - -## Best sites - -#### gpt-4 - -- [`/forefront`](gpt4free/forefront/README.md) - -#### gpt-3.5 - -- [`/you`](gpt4free/you/README.md) - -## Install - -Download or clone this GitHub repo -install requirements with: - -```sh -python3 -m venv venv -. venv/bin/activate -pip3 install -r requirements.txt -``` - -## Install ffmpeg -```sh -sudo apt-get install ffmpeg -``` - -## Connect VPN if needed and get proxy (Optional) -```sh -echo "$http_proxy" # http://127.0.0.1:8889/ -``` - -## Set proxy in gpt4free/you/__init__.py (Optional) -``` -diff --git a/gpt4free/you/__init__.py b/gpt4free/you/__init__.py -index 11847fb..59d1162 100644 ---- a/gpt4free/you/__init__.py -+++ b/gpt4free/you/__init__.py -@@ -38,6 +38,7 @@ class Completion: - if chat is None: - chat = [] - -+ proxy = '127.0.0.1:8889' - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else {} - - client = Session(client_identifier='chrome_108') -``` - - -## To start gpt4free GUI - -##### Note: streamlit app collects heavy analytics even when running locally. This includes events for every page load, form submission including metadata on queries (like length), browser and client information including host ips. These are all transmitted to a 3rd party analytics group, Segment.com. - -Move `streamlit_app.py` from `./gui` to the base folder then run: -`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py` - -```sh -cp gui/streamlit_app.py . -streamlit run streamlit_app.py -``` - - -## Docker - -Build - -``` -docker build -t gpt4free:latest . -``` - -Run - -``` -docker run -p 8501:8501 gpt4free:latest -``` - -## Deploy using docker-compose - -Run the following: - -``` -docker-compose up --build -d -``` - -## ChatGPT clone - -> Currently implementing new features and trying to scale it, please be patient it may be unstable -> https://chat.g4f.ai/chat -> This site was developed by me and includes **gpt-4/3.5**, **internet access** and **gpt-jailbreak's** like DAN -> Run locally here: https://github.com/xtekky/chatgpt-clone - -## Copyright: - -This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt) - -Most code, with the exception of `quora/api.py` and `deepai/__init__.py` (by [ading2210](https://github.com/ading2210)), has been written by me, [xtekky](https://github.com/xtekky). - -### Copyright Notice: - -``` -xtekky/gpt4free: multiple reverse engineered language-model api's to decentralise the ai industry. -Copyright (C) 2023 xtekky - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -``` - - -## Star History - - - Star History Chart - diff --git a/g4f/.v1/SECURITY.md b/g4f/.v1/SECURITY.md deleted file mode 100644 index cbc69677..00000000 --- a/g4f/.v1/SECURITY.md +++ /dev/null @@ -1,4 +0,0 @@ -## Reporting a Vulnerability - -Reporting a Vulnerability -Please report (suspected) security vulnerabilities to https://t.me/xtekky. You will receive a response within 48 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity but historically within a few days. diff --git a/g4f/.v1/Singularity/gpt4free.sif b/g4f/.v1/Singularity/gpt4free.sif deleted file mode 100644 index 67bc1241..00000000 --- a/g4f/.v1/Singularity/gpt4free.sif +++ /dev/null @@ -1,15 +0,0 @@ -Bootstrap: docker -From: python:3.10-slim - -%post - apt-get update && apt-get install -y git - git clone https://github.com/xtekky/gpt4free.git - cd gpt4free - pip install --no-cache-dir -r requirements.txt - cp gui/streamlit_app.py . - -%expose - 8501 - -%startscript - exec streamlit run streamlit_app.py diff --git a/g4f/.v1/docker-compose.yaml b/g4f/.v1/docker-compose.yaml deleted file mode 100644 index 8098f359..00000000 --- a/g4f/.v1/docker-compose.yaml +++ /dev/null @@ -1,15 +0,0 @@ -version: "3.9" - -services: - gpt4free: - build: - context: ./ - dockerfile: Dockerfile - container_name: dc_gpt4free - # environment: - # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy - # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy - image: img_gpt4free - ports: - - 8501:8501 - restart: always \ No newline at end of file diff --git a/g4f/.v1/gpt4free/README.md b/g4f/.v1/gpt4free/README.md deleted file mode 100644 index 73e7fa09..00000000 --- a/g4f/.v1/gpt4free/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# gpt4free package - -### What is it? - -gpt4free is a python package that provides some language model api's - -### Main Features - -- It's free to use -- Easy access - -### Installation: - -```bash -pip install gpt4free -``` - -#### Usage: - -```python -import gpt4free -from gpt4free import Provider, quora, forefront - -# usage You -response = gpt4free.Completion.create(Provider.You, prompt='Write a poem on Lionel Messi') -print(response) - -# usage Poe -token = quora.Account.create(logging=False) -response = gpt4free.Completion.create(Provider.Poe, prompt='Write a poem on Lionel Messi', token=token, model='ChatGPT') -print(response) - -# usage forefront -token = forefront.Account.create(logging=False) -response = gpt4free.Completion.create( - Provider.ForeFront, prompt='Write a poem on Lionel Messi', model='gpt-4', token=token -) -print(response) -print(f'END') - -# usage theb -response = gpt4free.Completion.create(Provider.Theb, prompt='Write a poem on Lionel Messi') -print(response) - - -``` - -### Invocation Arguments - -`gpt4free.Completion.create()` method has two required arguments - -1. Provider: This is an enum representing different provider -2. prompt: This is the user input - -#### Keyword Arguments - -Some of the keyword arguments are optional, while others are required. - -- You: - - `safe_search`: boolean - default value is `False` - - `include_links`: boolean - default value is `False` - - `detailed`: boolean - default value is `False` -- Quora: - - `token`: str - this needs to be provided by the user - - `model`: str - default value is `gpt-4`. - - (Available models: `['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']`) -- ForeFront: - - `token`: str - this need to be provided by the user - -- Theb: - (no keyword arguments required) - -#### Token generation of quora -```python -from gpt4free import quora - -token = quora.Account.create(logging=False) -``` - -### Token generation of ForeFront -```python -from gpt4free import forefront - -token = forefront.Account.create(logging=False) -``` - -## Copyright: - -This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt) - -### Copyright Notice: - -``` -xtekky/gpt4free: multiple reverse engineered language-model api's to decentralise the ai industry. -Copyright (C) 2023 xtekky - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -``` diff --git a/g4f/.v1/gpt4free/__init__.py b/g4f/.v1/gpt4free/__init__.py deleted file mode 100644 index bcc03a3b..00000000 --- a/g4f/.v1/gpt4free/__init__.py +++ /dev/null @@ -1,103 +0,0 @@ -from enum import Enum - -from gpt4free import forefront -from gpt4free import quora -from gpt4free import theb -from gpt4free import usesless -from gpt4free import you -from gpt4free import aicolors -from gpt4free import deepai - - -class Provider(Enum): - """An enum representing different providers.""" - - You = "you" - Poe = "poe" - ForeFront = "fore_front" - Theb = "theb" - UseLess = "useless" - AiColors = "ai_colors" - DeepAI = "deepai" - - -class Completion: - """This class will be used for invoking the given provider""" - - @staticmethod - def create(provider: Provider, prompt: str, **kwargs) -> str: - """ - Invokes the given provider with given prompt and addition arguments and returns the string response - - :param provider: an enum representing the provider to use while invoking - :param prompt: input provided by the user - :param kwargs: Additional keyword arguments to pass to the provider while invoking - :return: A string representing the response from the provider - """ - if provider == Provider.Poe: - return Completion.__poe_service(prompt, **kwargs) - elif provider == Provider.You: - return Completion.__you_service(prompt, **kwargs) - elif provider == Provider.ForeFront: - return Completion.__fore_front_service(prompt, **kwargs) - elif provider == Provider.Theb: - return Completion.__theb_service(prompt, **kwargs) - elif provider == Provider.UseLess: - return Completion.__useless_service(prompt, **kwargs) - elif provider == Provider.AiColors: - return Completion.__ai_colors_service(prompt, **kwargs) - elif provider == Provider.DeepAI: - return Completion.__deepai_service(prompt, **kwargs) - else: - raise Exception("Provider not exist, Please try again") - - @staticmethod - def __ai_colors_service(prompt: str): - return aicolors.Completion.create(prompt=prompt) - - @staticmethod - def __useless_service(prompt: str, **kwargs) -> str: - return usesless.Completion.create(prompt=prompt, **kwargs) - - @staticmethod - def __you_service(prompt: str, **kwargs) -> str: - return you.Completion.create(prompt, **kwargs).text - - @staticmethod - def __poe_service(prompt: str, **kwargs) -> str: - return quora.Completion.create(prompt=prompt, **kwargs).text - - @staticmethod - def __fore_front_service(prompt: str, **kwargs) -> str: - return forefront.Completion.create(prompt=prompt, **kwargs).text - - @staticmethod - def __theb_service(prompt: str, **kwargs): - return "".join(theb.Completion.create(prompt=prompt)) - - @staticmethod - def __deepai_service(prompt: str, **kwargs): - return "".join(deepai.Completion.create(prompt=prompt)) - - -class ChatCompletion: - """This class is used to execute a chat completion for a specified provider""" - - @staticmethod - def create(provider: Provider, messages: list, **kwargs) -> str: - """ - Invokes the given provider with given chat messages and addition arguments and returns the string response - - :param provider: an enum representing the provider to use while invoking - :param messages: a list of chat messages, see the OpenAI docs for how to format this (https://platform.openai.com/docs/guides/chat/introduction) - :param kwargs: Additional keyword arguments to pass to the provider while invoking - :return: A string representing the response from the provider - """ - if provider == Provider.DeepAI: - return ChatCompletion.__deepai_service(messages, **kwargs) - else: - raise Exception("Provider not exist, Please try again") - - @staticmethod - def __deepai_service(messages: list, **kwargs): - return "".join(deepai.ChatCompletion.create(messages=messages)) diff --git a/g4f/.v1/gpt4free/aiassist/README.md b/g4f/.v1/gpt4free/aiassist/README.md deleted file mode 100644 index b6101784..00000000 --- a/g4f/.v1/gpt4free/aiassist/README.md +++ /dev/null @@ -1,19 +0,0 @@ -aiassist.site - -### Example: `aiassist` - -```python -import aiassist - -question1 = "Who won the world series in 2020?" -req = aiassist.Completion.create(prompt=question1) -answer = req["text"] -message_id = req["parentMessageId"] - -question2 = "Where was it played?" -req2 = aiassist.Completion.create(prompt=question2, parentMessageId=message_id) -answer2 = req2["text"] - -print(answer) -print(answer2) -``` diff --git a/g4f/.v1/gpt4free/aiassist/__init__.py b/g4f/.v1/gpt4free/aiassist/__init__.py deleted file mode 100644 index 95a9f08b..00000000 --- a/g4f/.v1/gpt4free/aiassist/__init__.py +++ /dev/null @@ -1,36 +0,0 @@ -import urllib.request -import json - - -class Completion: - @staticmethod - def create( - systemMessage: str = "You are a helpful assistant", - prompt: str = "", - parentMessageId: str = "", - temperature: float = 0.8, - top_p: float = 1, - ): - json_data = { - "prompt": prompt, - "options": {"parentMessageId": parentMessageId}, - "systemMessage": systemMessage, - "temperature": temperature, - "top_p": top_p, - } - - url = "http://43.153.7.56:8080/api/chat-process" - headers = {"Content-type": "application/json"} - - data = json.dumps(json_data).encode("utf-8") - req = urllib.request.Request(url, data=data, headers=headers) - response = urllib.request.urlopen(req) - content = response.read().decode() - - return Completion.__load_json(content) - - @classmethod - def __load_json(cls, content) -> dict: - split = content.rsplit("\n", 1)[1] - to_json = json.loads(split) - return to_json diff --git a/g4f/.v1/gpt4free/aicolors/__init__.py b/g4f/.v1/gpt4free/aicolors/__init__.py deleted file mode 100644 index a69276b8..00000000 --- a/g4f/.v1/gpt4free/aicolors/__init__.py +++ /dev/null @@ -1,30 +0,0 @@ -import fake_useragent -import requests -import json -from .typings import AiColorsResponse - - -class Completion: - @staticmethod - def create( - query: str = "", - ) -> AiColorsResponse: - headers = { - "authority": "jsuifmbqefnxytqwmaoy.functions.supabase.co", - "accept": "*/*", - "accept-language": "en-US,en;q=0.5", - "cache-control": "no-cache", - "sec-fetch-dest": "empty", - "sec-fetch-mode": "cors", - "sec-fetch-site": "same-origin", - "user-agent": fake_useragent.UserAgent().random, - } - - json_data = {"query": query} - - url = "https://jsuifmbqefnxytqwmaoy.functions.supabase.co/chatgpt" - request = requests.post(url, headers=headers, json=json_data, timeout=30) - data = request.json().get("text").get("content") - json_data = json.loads(data.replace("\n ", "")) - - return AiColorsResponse(**json_data) diff --git a/g4f/.v1/gpt4free/aicolors/typings/__init__.py b/g4f/.v1/gpt4free/aicolors/typings/__init__.py deleted file mode 100644 index 8c4f29d1..00000000 --- a/g4f/.v1/gpt4free/aicolors/typings/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -from dataclasses import dataclass - - -@dataclass -class AiColorsResponse: - background: str - primary: str - accent: str - text: str diff --git a/g4f/.v1/gpt4free/deepai/README.md b/g4f/.v1/gpt4free/deepai/README.md deleted file mode 100644 index a287cdb7..00000000 --- a/g4f/.v1/gpt4free/deepai/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# DeepAI Wrapper -Written by [ading2210](https://github.com/ading2210/). - -## Examples: -These functions are generators which yield strings containing the newly generated text. - -### Completion: -```python -for chunk in deepai.Completion.create("Who are you?"): - print(chunk, end="", flush=True) -print() -``` - -### Chat Completion: -Use the same format for the messages as you would for the [official OpenAI API](https://platform.openai.com/docs/guides/chat/introduction). -```python -messages = [ - {"role": "system", "content": "You are a helpful assistant."}, - {"role": "user", "content": "Who won the world series in 2020?"}, - {"role": "assistant", "content": "The Los Angeles Dodgers won the World Series in 2020."}, - {"role": "user", "content": "Where was it played?"} -] -for chunk in deepai.ChatCompletion.create(messages): - print(chunk, end="", flush=True) -print() -``` \ No newline at end of file diff --git a/g4f/.v1/gpt4free/deepai/__init__.py b/g4f/.v1/gpt4free/deepai/__init__.py deleted file mode 100644 index a2fc6f5a..00000000 --- a/g4f/.v1/gpt4free/deepai/__init__.py +++ /dev/null @@ -1,46 +0,0 @@ -import requests -import json -import hashlib -import random -import string -from fake_useragent import UserAgent - -class ChatCompletion: - @classmethod - def md5(self, text): - return hashlib.md5(text.encode()).hexdigest()[::-1] - - @classmethod - def get_api_key(self, user_agent): - part1 = str(random.randint(0, 10**11)) - part2 = self.md5(user_agent+self.md5(user_agent+self.md5(user_agent+part1+"x"))) - return f"tryit-{part1}-{part2}" - - @classmethod - def create(self, messages): - user_agent = UserAgent().random - api_key = self.get_api_key(user_agent) - headers = { - "api-key": api_key, - "user-agent": user_agent - } - files = { - "chat_style": (None, "chat"), - "chatHistory": (None, json.dumps(messages)) - } - - r = requests.post("https://api.deepai.org/chat_response", headers=headers, files=files, stream=True) - - for chunk in r.iter_content(chunk_size=None): - r.raise_for_status() - yield chunk.decode() - -class Completion: - @classmethod - def create(self, prompt): - return ChatCompletion.create([ - { - "role": "user", - "content": prompt - } - ]) \ No newline at end of file diff --git a/g4f/.v1/gpt4free/forefront/README.md b/g4f/.v1/gpt4free/forefront/README.md deleted file mode 100644 index 7a59fe8e..00000000 --- a/g4f/.v1/gpt4free/forefront/README.md +++ /dev/null @@ -1,19 +0,0 @@ -### Example: `forefront` (use like openai pypi package) - -```python -from gpt4free import forefront - - -# create an account -account_data = forefront.Account.create(logging=False) - -# get a response -for response in forefront.StreamingCompletion.create( - account_data=account_data, - prompt='hello world', - model='gpt-4' -): - print(response.choices[0].text, end='') -print("") - -``` \ No newline at end of file diff --git a/g4f/.v1/gpt4free/forefront/__init__.py b/g4f/.v1/gpt4free/forefront/__init__.py deleted file mode 100644 index 240ee0a4..00000000 --- a/g4f/.v1/gpt4free/forefront/__init__.py +++ /dev/null @@ -1,214 +0,0 @@ -import hashlib -from base64 import b64encode -from json import loads -from re import findall -from time import time, sleep -from typing import Generator, Optional -from uuid import uuid4 - -from Crypto.Cipher import AES -from Crypto.Random import get_random_bytes -from fake_useragent import UserAgent -from mailgw_temporary_email import Email -from requests import post -from tls_client import Session - -from .typing import ForeFrontResponse, AccountData - - -class Account: - @staticmethod - def create(proxy: Optional[str] = None, logging: bool = False) -> AccountData: - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else False - - start = time() - - mail_client = Email() - mail_client.register() - mail_address = mail_client.address - - client = Session(client_identifier='chrome110') - client.proxies = proxies - client.headers = { - 'origin': 'https://accounts.forefront.ai', - 'user-agent': UserAgent().random, - } - - response = client.post( - 'https://clerk.forefront.ai/v1/client/sign_ups?_clerk_js_version=4.38.4', - data={'email_address': mail_address}, - ) - - try: - trace_token = response.json()['response']['id'] - if logging: - print(trace_token) - except KeyError: - raise RuntimeError('Failed to create account!') - - response = client.post( - f'https://clerk.forefront.ai/v1/client/sign_ups/{trace_token}/prepare_verification?_clerk_js_version=4.38.4', - data={ - 'strategy': 'email_link', - 'redirect_url': 'https://accounts.forefront.ai/sign-up/verify' - }, - ) - - if logging: - print(response.text) - - if 'sign_up_attempt' not in response.text: - raise RuntimeError('Failed to create account!') - - while True: - sleep(5) - message_id = mail_client.message_list()[0]['id'] - message = mail_client.message(message_id) - verification_url = findall(r'https:\/\/clerk\.forefront\.ai\/v1\/verify\?token=\w.+', message["text"])[0] - if verification_url: - break - - if logging: - print(verification_url) - client.get(verification_url) - - response = client.get('https://clerk.forefront.ai/v1/client?_clerk_js_version=4.38.4').json() - session_data = response['response']['sessions'][0] - - user_id = session_data['user']['id'] - session_id = session_data['id'] - token = session_data['last_active_token']['jwt'] - - with open('accounts.txt', 'a') as f: - f.write(f'{mail_address}:{token}\n') - - if logging: - print(time() - start) - - return AccountData(token=token, user_id=user_id, session_id=session_id) - - -class StreamingCompletion: - @staticmethod - def create( - prompt: str, - account_data: AccountData, - chat_id=None, - action_type='new', - default_persona='607e41fe-95be-497e-8e97-010a59b2e2c0', # default - model='gpt-4', - proxy=None - ) -> Generator[ForeFrontResponse, None, None]: - token = account_data.token - if not chat_id: - chat_id = str(uuid4()) - - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else None - base64_data = b64encode((account_data.user_id + default_persona + chat_id).encode()).decode() - encrypted_signature = StreamingCompletion.__encrypt(base64_data, account_data.session_id) - - headers = { - 'authority': 'chat-server.tenant-forefront-default.knative.chi.coreweave.com', - 'accept': '*/*', - 'accept-language': 'en,fr-FR;q=0.9,fr;q=0.8,es-ES;q=0.7,es;q=0.6,en-US;q=0.5,am;q=0.4,de;q=0.3', - 'cache-control': 'no-cache', - 'content-type': 'application/json', - 'origin': 'https://chat.forefront.ai', - 'pragma': 'no-cache', - 'referer': 'https://chat.forefront.ai/', - 'sec-ch-ua': '"Chromium";v="112", "Google Chrome";v="112", "Not:A-Brand";v="99"', - 'sec-ch-ua-mobile': '?0', - 'sec-ch-ua-platform': '"macOS"', - 'sec-fetch-dest': 'empty', - 'sec-fetch-mode': 'cors', - 'sec-fetch-site': 'cross-site', - 'authorization': f"Bearer {token}", - 'X-Signature': encrypted_signature, - 'user-agent': UserAgent().random, - } - - json_data = { - 'text': prompt, - 'action': action_type, - 'parentId': chat_id, - 'workspaceId': chat_id, - 'messagePersona': default_persona, - 'model': model, - } - - for chunk in post( - 'https://streaming.tenant-forefront-default.knative.chi.coreweave.com/chat', - headers=headers, - proxies=proxies, - json=json_data, - stream=True, - ).iter_lines(): - if b'finish_reason":null' in chunk: - data = loads(chunk.decode('utf-8').split('data: ')[1]) - token = data['choices'][0]['delta'].get('content') - - if token is not None: - yield ForeFrontResponse( - **{ - 'id': chat_id, - 'object': 'text_completion', - 'created': int(time()), - 'text': token, - 'model': model, - 'choices': [{'text': token, 'index': 0, 'logprobs': None, 'finish_reason': 'stop'}], - 'usage': { - 'prompt_tokens': len(prompt), - 'completion_tokens': len(token), - 'total_tokens': len(prompt) + len(token), - }, - } - ) - - @staticmethod - def __encrypt(data: str, key: str) -> str: - hash_key = hashlib.sha256(key.encode()).digest() - iv = get_random_bytes(16) - cipher = AES.new(hash_key, AES.MODE_CBC, iv) - encrypted_data = cipher.encrypt(StreamingCompletion.__pad_data(data.encode())) - return iv.hex() + encrypted_data.hex() - - @staticmethod - def __pad_data(data: bytes) -> bytes: - block_size = AES.block_size - padding_size = block_size - len(data) % block_size - padding = bytes([padding_size] * padding_size) - return data + padding - - -class Completion: - @staticmethod - def create( - prompt: str, - account_data: AccountData, - chat_id=None, - action_type='new', - default_persona='607e41fe-95be-497e-8e97-010a59b2e2c0', # default - model='gpt-4', - proxy=None - ) -> ForeFrontResponse: - text = '' - final_response = None - for response in StreamingCompletion.create( - account_data=account_data, - chat_id=chat_id, - prompt=prompt, - action_type=action_type, - default_persona=default_persona, - model=model, - proxy=proxy - ): - if response: - final_response = response - text += response.text - - if final_response: - final_response.text = text - else: - raise RuntimeError('Unable to get the response, Please try again') - - return final_response diff --git a/g4f/.v1/gpt4free/forefront/typing.py b/g4f/.v1/gpt4free/forefront/typing.py deleted file mode 100644 index b572e2c2..00000000 --- a/g4f/.v1/gpt4free/forefront/typing.py +++ /dev/null @@ -1,32 +0,0 @@ -from typing import Any, List - -from pydantic import BaseModel - - -class Choice(BaseModel): - text: str - index: int - logprobs: Any - finish_reason: str - - -class Usage(BaseModel): - prompt_tokens: int - completion_tokens: int - total_tokens: int - - -class ForeFrontResponse(BaseModel): - id: str - object: str - created: int - model: str - choices: List[Choice] - usage: Usage - text: str - - -class AccountData(BaseModel): - token: str - user_id: str - session_id: str diff --git a/g4f/.v1/gpt4free/gptworldAi/README.md b/g4f/.v1/gpt4free/gptworldAi/README.md deleted file mode 100644 index a6b07f86..00000000 --- a/g4f/.v1/gpt4free/gptworldAi/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# gptworldAi -Written by [hp_mzx](https://github.com/hpsj). - -## Examples: -### Completion: -```python -for chunk in gptworldAi.Completion.create("你是谁", "127.0.0.1:7890"): - print(chunk, end="", flush=True) - print() -``` - -### Chat Completion: -Support context -```python -message = [] -while True: - prompt = input("请输入问题:") - message.append({"role": "user","content": prompt}) - text = "" - for chunk in gptworldAi.ChatCompletion.create(message,'127.0.0.1:7890'): - text = text+chunk - print(chunk, end="", flush=True) - print() - message.append({"role": "assistant", "content": text}) -``` \ No newline at end of file diff --git a/g4f/.v1/gpt4free/gptworldAi/__init__.py b/g4f/.v1/gpt4free/gptworldAi/__init__.py deleted file mode 100644 index e7f76c61..00000000 --- a/g4f/.v1/gpt4free/gptworldAi/__init__.py +++ /dev/null @@ -1,105 +0,0 @@ -# -*- coding: utf-8 -*- -""" -@Time : 2023/5/23 13:37 -@Auth : Hp_mzx -@File :__init__.py.py -@IDE :PyCharm -""" -import json -import uuid -import random -import binascii -import requests -import Crypto.Cipher.AES as AES -from fake_useragent import UserAgent - -class ChatCompletion: - @staticmethod - def create(messages:[],proxy: str = None): - url = "https://chat.getgpt.world/api/chat/stream" - headers = { - "Content-Type": "application/json", - "Referer": "https://chat.getgpt.world/", - 'user-agent': UserAgent().random, - } - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else None - data = json.dumps({ - "messages": messages, - "frequency_penalty": 0, - "max_tokens": 4000, - "model": "gpt-3.5-turbo", - "presence_penalty": 0, - "temperature": 1, - "top_p": 1, - "stream": True, - "uuid": str(uuid.uuid4()) - }) - signature = ChatCompletion.encrypt(data) - res = requests.post(url, headers=headers, data=json.dumps({"signature": signature}), proxies=proxies,stream=True) - for chunk in res.iter_content(chunk_size=None): - res.raise_for_status() - datas = chunk.decode('utf-8').split('data: ') - for data in datas: - if not data or "[DONE]" in data: - continue - data_json = json.loads(data) - content = data_json['choices'][0]['delta'].get('content') - if content: - yield content - - - @staticmethod - def random_token(e): - token = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" - n = len(token) - return "".join([token[random.randint(0, n - 1)] for i in range(e)]) - - @staticmethod - def encrypt(e): - t = ChatCompletion.random_token(16).encode('utf-8') - n = ChatCompletion.random_token(16).encode('utf-8') - r = e.encode('utf-8') - cipher = AES.new(t, AES.MODE_CBC, n) - ciphertext = cipher.encrypt(ChatCompletion.__pad_data(r)) - return binascii.hexlify(ciphertext).decode('utf-8') + t.decode('utf-8') + n.decode('utf-8') - - @staticmethod - def __pad_data(data: bytes) -> bytes: - block_size = AES.block_size - padding_size = block_size - len(data) % block_size - padding = bytes([padding_size] * padding_size) - return data + padding - - -class Completion: - @staticmethod - def create(prompt:str,proxy:str=None): - return ChatCompletion.create([ - { - "content": "You are ChatGPT, a large language model trained by OpenAI.\nCarefully heed the user's instructions. \nRespond using Markdown.", - "role": "system" - }, - {"role": "user", "content": prompt} - ], proxy) - - -if __name__ == '__main__': - # single completion - text = "" - for chunk in Completion.create("你是谁", "127.0.0.1:7890"): - text = text + chunk - print(chunk, end="", flush=True) - print() - - - #chat completion - message = [] - while True: - prompt = input("请输入问题:") - message.append({"role": "user","content": prompt}) - text = "" - for chunk in ChatCompletion.create(message,'127.0.0.1:7890'): - text = text+chunk - print(chunk, end="", flush=True) - print() - message.append({"role": "assistant", "content": text}) \ No newline at end of file diff --git a/g4f/.v1/gpt4free/hpgptai/README.md b/g4f/.v1/gpt4free/hpgptai/README.md deleted file mode 100644 index 2735902f..00000000 --- a/g4f/.v1/gpt4free/hpgptai/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# HpgptAI -Written by [hp_mzx](https://github.com/hpsj). - -## Examples: -### Completion: -```python -res = hpgptai.Completion.create("你是谁","127.0.0.1:7890") -print(res["reply"]) -``` - -### Chat Completion: -Support context -```python -messages = [ - { - "content": "你是谁", - "html": "你是谁", - "id": hpgptai.ChatCompletion.randomStr(), - "role": "user", - "who": "User: ", - }, - { - "content": "我是一位AI助手,专门为您提供各种服务和支持。我可以回答您的问题,帮助您解决问题,提供相关信息,并执行一些任务。请随时告诉我您需要什么帮助。", - "html": "我是一位AI助手,专门为您提供各种服务和支持。我可以回答您的问题,帮助您解决问题,提供相关信息,并执行一些任务。请随时告诉我您需要什么帮助。", - "id": hpgptai.ChatCompletion.randomStr(), - "role": "assistant", - "who": "AI: ", - }, - { - "content": "我上一句问的是什么?", - "html": "我上一句问的是什么?", - "id": hpgptai.ChatCompletion.randomStr(), - "role": "user", - "who": "User: ", - }, -] -res = hpgptai.ChatCompletion.create(messages,proxy="127.0.0.1:7890") -print(res["reply"]) -``` \ No newline at end of file diff --git a/g4f/.v1/gpt4free/hpgptai/__init__.py b/g4f/.v1/gpt4free/hpgptai/__init__.py deleted file mode 100644 index f5d1f0ed..00000000 --- a/g4f/.v1/gpt4free/hpgptai/__init__.py +++ /dev/null @@ -1,103 +0,0 @@ -# -*- coding: utf-8 -*- -""" -@Time : 2023/5/22 14:04 -@Auth : Hp_mzx -@File :__init__.py.py -@IDE :PyCharm -""" -import re -import json -import base64 -import random -import string -import requests -from fake_useragent import UserAgent - - -class ChatCompletion: - @staticmethod - def create( - messages: list, - context: str = "Converse as if you were an AI assistant. Be friendly, creative.", - restNonce: str = None, - proxy: str = None - ): - url = "https://chatgptlogin.ac/wp-json/ai-chatbot/v1/chat" - if not restNonce: - restNonce = ChatCompletion.get_restNonce(proxy) - headers = { - "Content-Type": "application/json", - "X-Wp-Nonce": restNonce - } - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else None - data = { - "env": "chatbot", - "session": "N/A", - "prompt": ChatCompletion.__build_prompt(context, messages), - "context": context, - "messages": messages, - "newMessage": messages[-1]["content"], - "userName": "
User:
", - "aiName": "
AI:
", - "model": "gpt-3.5-turbo", - "temperature": 0.8, - "maxTokens": 1024, - "maxResults": 1, - "apiKey": "", - "service": "openai", - "embeddingsIndex": "", - "stop": "", - "clientId": ChatCompletion.randomStr(), - } - res = requests.post(url=url, data=json.dumps(data), headers=headers, proxies=proxies) - if res.status_code == 200: - return res.json() - return res.text - - @staticmethod - def randomStr(): - return ''.join(random.choices(string.ascii_lowercase + string.digits, k=34))[:11] - - @classmethod - def __build_prompt(cls, context: str, message: list, isCasuallyFineTuned=False, last=15): - prompt = context + '\n\n' if context else '' - message = message[-last:] - if isCasuallyFineTuned: - lastLine = message[-1] - prompt = lastLine.content + "" - return prompt - conversation = [x["who"] + x["content"] for x in message] - prompt += '\n'.join(conversation) - prompt += '\n' + "AI: " - return prompt - - @classmethod - def get_restNonce(cls, proxy: str = None): - url = "https://chatgptlogin.ac/" - headers = { - "Referer": "https://chatgptlogin.ac/", - "User-Agent": UserAgent().random - } - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else None - res = requests.get(url, headers=headers, proxies=proxies) - src = re.search( - 'class="mwai-chat mwai-chatgpt">.*Send ' - script_text = search(script_regex, html).group(1) - key_regex = r'var .="([0-9a-f]+)",' - key_text = search(key_regex, script_text).group(1) - cipher_regex = r'.\[(\d+)\]=.\[(\d+)\]' - cipher_pairs = findall(cipher_regex, script_text) - - formkey_list = [''] * len(cipher_pairs) - for pair in cipher_pairs: - formkey_index, key_index = map(int, pair) - formkey_list[formkey_index] = key_text[key_index] - formkey = ''.join(formkey_list) - - return formkey - - -class Choice(BaseModel): - text: str - index: int - logprobs: Any - finish_reason: str - - -class Usage(BaseModel): - prompt_tokens: int - completion_tokens: int - total_tokens: int - - -class PoeResponse(BaseModel): - id: int - object: str - created: int - model: str - choices: List[Choice] - usage: Usage - text: str - - -class ModelResponse: - def __init__(self, json_response: dict) -> None: - self.id = json_response['data']['poeBotCreate']['bot']['id'] - self.name = json_response['data']['poeBotCreate']['bot']['displayName'] - self.limit = json_response['data']['poeBotCreate']['bot']['messageLimit']['dailyLimit'] - self.deleted = json_response['data']['poeBotCreate']['bot']['deletionState'] - - -class Model: - @staticmethod - def create( - token: str, - model: str = 'gpt-3.5-turbo', # claude-instant - system_prompt: str = 'You are ChatGPT a large language model. Answer as consisely as possible', - description: str = 'gpt-3.5 language model', - handle: str = None, - ) -> ModelResponse: - if not handle: - handle = f'gptx{randint(1111111, 9999999)}' - - client = Session() - client.cookies['p-b'] = token - - formkey = extract_formkey(client.get('https://poe.com').text) - settings = client.get('https://poe.com/api/settings').json() - - client.headers = { - 'host': 'poe.com', - 'origin': 'https://poe.com', - 'referer': 'https://poe.com/', - 'poe-formkey': formkey, - 'poe-tchannel': settings['tchannelData']['channel'], - 'user-agent': UserAgent().random, - 'connection': 'keep-alive', - 'sec-ch-ua': '"Chromium";v="112", "Google Chrome";v="112", "Not:A-Brand";v="99"', - 'sec-ch-ua-mobile': '?0', - 'sec-ch-ua-platform': '"macOS"', - 'content-type': 'application/json', - 'sec-fetch-site': 'same-origin', - 'sec-fetch-mode': 'cors', - 'sec-fetch-dest': 'empty', - 'accept': '*/*', - 'accept-encoding': 'gzip, deflate, br', - 'accept-language': 'en-GB,en-US;q=0.9,en;q=0.8', - } - - payload = dumps( - separators=(',', ':'), - obj={ - 'queryName': 'CreateBotMain_poeBotCreate_Mutation', - 'variables': { - 'model': MODELS[model], - 'handle': handle, - 'prompt': system_prompt, - 'isPromptPublic': True, - 'introduction': '', - 'description': description, - 'profilePictureUrl': 'https://qph.fs.quoracdn.net/main-qimg-24e0b480dcd946e1cc6728802c5128b6', - 'apiUrl': None, - 'apiKey': ''.join(choices(ascii_letters + digits, k=32)), - 'isApiBot': False, - 'hasLinkification': False, - 'hasMarkdownRendering': False, - 'hasSuggestedReplies': False, - 'isPrivateBot': False, - }, - 'query': 'mutation CreateBotMain_poeBotCreate_Mutation(\n $model: String!\n $handle: String!\n $prompt: String!\n $isPromptPublic: Boolean!\n $introduction: String!\n $description: String!\n $profilePictureUrl: String\n $apiUrl: String\n $apiKey: String\n $isApiBot: Boolean\n $hasLinkification: Boolean\n $hasMarkdownRendering: Boolean\n $hasSuggestedReplies: Boolean\n $isPrivateBot: Boolean\n) {\n poeBotCreate(model: $model, handle: $handle, promptPlaintext: $prompt, isPromptPublic: $isPromptPublic, introduction: $introduction, description: $description, profilePicture: $profilePictureUrl, apiUrl: $apiUrl, apiKey: $apiKey, isApiBot: $isApiBot, hasLinkification: $hasLinkification, hasMarkdownRendering: $hasMarkdownRendering, hasSuggestedReplies: $hasSuggestedReplies, isPrivateBot: $isPrivateBot) {\n status\n bot {\n id\n ...BotHeader_bot\n }\n }\n}\n\nfragment BotHeader_bot on Bot {\n displayName\n messageLimit {\n dailyLimit\n }\n ...BotImage_bot\n ...BotLink_bot\n ...IdAnnotation_node\n ...botHelpers_useViewerCanAccessPrivateBot\n ...botHelpers_useDeletion_bot\n}\n\nfragment BotImage_bot on Bot {\n displayName\n ...botHelpers_useDeletion_bot\n ...BotImage_useProfileImage_bot\n}\n\nfragment BotImage_useProfileImage_bot on Bot {\n image {\n __typename\n ... on LocalBotImage {\n localName\n }\n ... on UrlBotImage {\n url\n }\n }\n ...botHelpers_useDeletion_bot\n}\n\nfragment BotLink_bot on Bot {\n displayName\n}\n\nfragment IdAnnotation_node on Node {\n __isNode: __typename\n id\n}\n\nfragment botHelpers_useDeletion_bot on Bot {\n deletionState\n}\n\nfragment botHelpers_useViewerCanAccessPrivateBot on Bot {\n isPrivateBot\n viewerIsCreator\n}\n', - }, - ) - - base_string = payload + client.headers['poe-formkey'] + 'WpuLMiXEKKE98j56k' - client.headers['poe-tag-id'] = md5(base_string.encode()).hexdigest() - - response = client.post('https://poe.com/api/gql_POST', data=payload) - - if 'success' not in response.text: - raise Exception( - ''' - Bot creation Failed - !! Important !! - Bot creation was not enabled on this account - please use: quora.Account.create with enable_bot_creation set to True - ''' - ) - - return ModelResponse(response.json()) - - -class Account: - @staticmethod - def create( - proxy: Optional[str] = None, - logging: bool = False, - enable_bot_creation: bool = False, - ): - client = TLS(client_identifier='chrome110') - client.proxies = {'http': f'http://{proxy}', 'https': f'http://{proxy}'} if proxy else {} - - mail_client = Emailnator() - mail_address = mail_client.get_mail() - - if logging: - print('email', mail_address) - - client.headers = { - 'authority': 'poe.com', - 'accept': '*/*', - 'accept-language': 'en,fr-FR;q=0.9,fr;q=0.8,es-ES;q=0.7,es;q=0.6,en-US;q=0.5,am;q=0.4,de;q=0.3', - 'content-type': 'application/json', - 'origin': 'https://poe.com', - 'poe-tag-id': 'null', - 'referer': 'https://poe.com/login', - 'sec-ch-ua': '"Chromium";v="112", "Google Chrome";v="112", "Not:A-Brand";v="99"', - 'sec-ch-ua-mobile': '?0', - 'sec-ch-ua-platform': '"macOS"', - 'sec-fetch-dest': 'empty', - 'sec-fetch-mode': 'cors', - 'sec-fetch-site': 'same-origin', - 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', - 'poe-formkey': extract_formkey(client.get('https://poe.com/login').text), - 'poe-tchannel': client.get('https://poe.com/api/settings').json()['tchannelData']['channel'], - } - - token = reCaptchaV3( - 'https://www.recaptcha.net/recaptcha/enterprise/anchor?ar=1&k=6LflhEElAAAAAI_ewVwRWI9hsyV4mbZnYAslSvlG&co=aHR0cHM6Ly9wb2UuY29tOjQ0Mw..&hl=en&v=4PnKmGB9wRHh1i04o7YUICeI&size=invisible&cb=bi6ivxoskyal' - ) - # token = solver.recaptcha(sitekey='6LflhEElAAAAAI_ewVwRWI9hsyV4mbZnYAslSvlG', - # url = 'https://poe.com/login?redirect_url=%2F', - # version = 'v3', - # enterprise = 1, - # invisible = 1, - # action = 'login',)['code'] - - payload = dumps( - separators=(',', ':'), - obj={ - 'queryName': 'MainSignupLoginSection_sendVerificationCodeMutation_Mutation', - 'variables': { - 'emailAddress': mail_address, - 'phoneNumber': None, - 'recaptchaToken': token, - }, - 'query': 'mutation MainSignupLoginSection_sendVerificationCodeMutation_Mutation(\n $emailAddress: String\n $phoneNumber: String\n $recaptchaToken: String\n) {\n sendVerificationCode(verificationReason: login, emailAddress: $emailAddress, phoneNumber: $phoneNumber, recaptchaToken: $recaptchaToken) {\n status\n errorMessage\n }\n}\n', - }, - ) - - base_string = payload + client.headers['poe-formkey'] + 'WpuLMiXEKKE98j56k' - client.headers['poe-tag-id'] = md5(base_string.encode()).hexdigest() - - print(dumps(client.headers, indent=4)) - - response = client.post('https://poe.com/api/gql_POST', data=payload) - - if 'automated_request_detected' in response.text: - print('please try using a proxy / wait for fix') - - if 'Bad Request' in response.text: - if logging: - print('bad request, retrying...', response.json()) - quit() - - if logging: - print('send_code', response.json()) - - mail_content = mail_client.get_message() - mail_token = findall(r';">(\d{6,7})', mail_content)[0] - - if logging: - print('code', mail_token) - - payload = dumps( - separators=(',', ':'), - obj={ - 'queryName': 'SignupOrLoginWithCodeSection_signupWithVerificationCodeMutation_Mutation', - 'variables': { - 'verificationCode': str(mail_token), - 'emailAddress': mail_address, - 'phoneNumber': None, - }, - 'query': 'mutation SignupOrLoginWithCodeSection_signupWithVerificationCodeMutation_Mutation(\n $verificationCode: String!\n $emailAddress: String\n $phoneNumber: String\n) {\n signupWithVerificationCode(verificationCode: $verificationCode, emailAddress: $emailAddress, phoneNumber: $phoneNumber) {\n status\n errorMessage\n }\n}\n', - }, - ) - - base_string = payload + client.headers['poe-formkey'] + 'WpuLMiXEKKE98j56k' - client.headers['poe-tag-id'] = md5(base_string.encode()).hexdigest() - - response = client.post('https://poe.com/api/gql_POST', data=payload) - if logging: - print('verify_code', response.json()) - - def get(self): - cookies = open(Path(__file__).resolve().parent / 'cookies.txt', 'r').read().splitlines() - return choice(cookies) - - @staticmethod - def delete(token: str, proxy: Optional[str] = None): - client = PoeClient(token, proxy=proxy) - client.delete_account() - - -class StreamingCompletion: - @staticmethod - def create( - model: str = 'gpt-4', - custom_model: bool = None, - prompt: str = 'hello world', - token: str = '', - proxy: Optional[str] = None, - ) -> Generator[PoeResponse, None, None]: - _model = MODELS[model] if not custom_model else custom_model - - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else False - client = PoeClient(token) - client.proxy = proxies - - for chunk in client.send_message(_model, prompt): - yield PoeResponse( - **{ - 'id': chunk['messageId'], - 'object': 'text_completion', - 'created': chunk['creationTime'], - 'model': _model, - 'text': chunk['text_new'], - 'choices': [ - { - 'text': chunk['text_new'], - 'index': 0, - 'logprobs': None, - 'finish_reason': 'stop', - } - ], - 'usage': { - 'prompt_tokens': len(prompt), - 'completion_tokens': len(chunk['text_new']), - 'total_tokens': len(prompt) + len(chunk['text_new']), - }, - } - ) - - -class Completion: - @staticmethod - def create( - model: str = 'gpt-4', - custom_model: str = None, - prompt: str = 'hello world', - token: str = '', - proxy: Optional[str] = None, - ) -> PoeResponse: - _model = MODELS[model] if not custom_model else custom_model - - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else False - client = PoeClient(token) - client.proxy = proxies - - chunk = None - for response in client.send_message(_model, prompt): - chunk = response - - return PoeResponse( - **{ - 'id': chunk['messageId'], - 'object': 'text_completion', - 'created': chunk['creationTime'], - 'model': _model, - 'text': chunk['text'], - 'choices': [ - { - 'text': chunk['text'], - 'index': 0, - 'logprobs': None, - 'finish_reason': 'stop', - } - ], - 'usage': { - 'prompt_tokens': len(prompt), - 'completion_tokens': len(chunk['text']), - 'total_tokens': len(prompt) + len(chunk['text']), - }, - } - ) - - -class Poe: - def __init__( - self, - model: str = 'ChatGPT', - driver: str = 'firefox', - download_driver: bool = False, - driver_path: Optional[str] = None, - cookie_path: str = './quora/cookie.json', - ): - # validating the model - if model and model not in MODELS: - raise RuntimeError('Sorry, the model you provided does not exist. Please check and try again.') - self.model = MODELS[model] - self.cookie_path = cookie_path - self.cookie = self.__load_cookie(driver, driver_path=driver_path) - self.client = PoeClient(self.cookie) - - def __load_cookie(self, driver: str, driver_path: Optional[str] = None) -> str: - if (cookie_file := Path(self.cookie_path)).exists(): - with cookie_file.open() as fp: - cookie = json.load(fp) - if datetime.fromtimestamp(cookie['expiry']) < datetime.now(): - cookie = self.__register_and_get_cookie(driver, driver_path=driver_path) - else: - print('Loading the cookie from file') - else: - cookie = self.__register_and_get_cookie(driver, driver_path=driver_path) - - return unquote(cookie['value']) - - def __register_and_get_cookie(self, driver: str, driver_path: Optional[str] = None) -> dict: - mail_client = Emailnator() - mail_address = mail_client.get_mail() - - driver = self.__resolve_driver(driver, driver_path=driver_path) - driver.get("https://www.poe.com") - - # clicking use email button - driver.find_element(By.XPATH, '//button[contains(text(), "Use email")]').click() - - email = WebDriverWait(driver, 30).until(EC.presence_of_element_located((By.XPATH, '//input[@type="email"]'))) - email.send_keys(mail_address) - driver.find_element(By.XPATH, '//button[text()="Go"]').click() - - code = findall(r';">(\d{6,7})', mail_client.get_message())[0] - print(code) - - verification_code = WebDriverWait(driver, 30).until( - EC.presence_of_element_located((By.XPATH, '//input[@placeholder="Code"]')) - ) - verification_code.send_keys(code) - verify_button = EC.presence_of_element_located((By.XPATH, '//button[text()="Verify"]')) - login_button = EC.presence_of_element_located((By.XPATH, '//button[text()="Log In"]')) - - WebDriverWait(driver, 30).until(EC.any_of(verify_button, login_button)).click() - - cookie = driver.get_cookie('p-b') - - with open(self.cookie_path, 'w') as fw: - json.dump(cookie, fw) - - driver.close() - return cookie - - @staticmethod - def __resolve_driver(driver: str, driver_path: Optional[str] = None) -> Union[Firefox, Chrome]: - options = FirefoxOptions() if driver == 'firefox' else ChromeOptions() - options.add_argument('-headless') - - if driver_path: - options.binary_location = driver_path - try: - return Firefox(options=options) if driver == 'firefox' else Chrome(options=options) - except Exception: - raise Exception(SELENIUM_WEB_DRIVER_ERROR_MSG) - - def chat(self, message: str, model: Optional[str] = None) -> str: - if model and model not in MODELS: - raise RuntimeError('Sorry, the model you provided does not exist. Please check and try again.') - model = MODELS[model] if model else self.model - response = None - for chunk in self.client.send_message(model, message): - response = chunk['text'] - return response - - def create_bot(self, name: str, /, prompt: str = '', base_model: str = 'ChatGPT', description: str = '') -> None: - if base_model not in MODELS: - raise RuntimeError('Sorry, the base_model you provided does not exist. Please check and try again.') - - response = self.client.create_bot( - handle=name, - prompt=prompt, - base_model=MODELS[base_model], - description=description, - ) - print(f'Successfully created bot with name: {response["bot"]["displayName"]}') - - def list_bots(self) -> list: - return list(self.client.bot_names.values()) - - def delete_account(self) -> None: - self.client.delete_account() diff --git a/g4f/.v1/gpt4free/quora/api.py b/g4f/.v1/gpt4free/quora/api.py deleted file mode 100644 index 64021489..00000000 --- a/g4f/.v1/gpt4free/quora/api.py +++ /dev/null @@ -1,558 +0,0 @@ -# This file was taken from the repository poe-api https://github.com/ading2210/poe-api and is unmodified -# This file is licensed under the GNU GPL v3 and written by @ading2210 - -# license: -# ading2210/poe-api: a reverse engineered Python API wrapepr for Quora's Poe -# Copyright (C) 2023 ading2210 - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import hashlib -import json -import logging -import queue -import random -import re -import threading -import time -import traceback -from pathlib import Path -from urllib.parse import urlparse - -import requests -import requests.adapters -import websocket - -parent_path = Path(__file__).resolve().parent -queries_path = parent_path / "graphql" -queries = {} - -logging.basicConfig() -logger = logging.getLogger() - -user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0" - - -def load_queries(): - for path in queries_path.iterdir(): - if path.suffix != ".graphql": - continue - with open(path) as f: - queries[path.stem] = f.read() - - -def generate_payload(query_name, variables): - return {"query": queries[query_name], "variables": variables} - - -def retry_request(method, *args, **kwargs): - """Retry a request with 10 attempts by default, delay increases exponentially""" - max_attempts: int = kwargs.pop("max_attempts", 10) - delay = kwargs.pop("delay", 1) - url = args[0] - - for attempt in range(1, max_attempts + 1): - try: - response = method(*args, **kwargs) - response.raise_for_status() - return response - except Exception as error: - logger.warning( - f"Attempt {attempt}/{max_attempts} failed with error: {error}. " - f"Retrying in {delay} seconds..." - ) - time.sleep(delay) - delay *= 2 - raise RuntimeError(f"Failed to download {url} after {max_attempts} attempts.") - - -class Client: - gql_url = "https://poe.com/api/gql_POST" - gql_recv_url = "https://poe.com/api/receive_POST" - home_url = "https://poe.com" - settings_url = "https://poe.com/api/settings" - - def __init__(self, token, proxy=None): - self.proxy = proxy - self.session = requests.Session() - self.adapter = requests.adapters.HTTPAdapter(pool_connections=100, pool_maxsize=100) - self.session.mount("http://", self.adapter) - self.session.mount("https://", self.adapter) - - if proxy: - self.session.proxies = {"http": self.proxy, "https": self.proxy} - logger.info(f"Proxy enabled: {self.proxy}") - - self.active_messages = {} - self.message_queues = {} - - self.session.cookies.set("p-b", token, domain="poe.com") - self.headers = { - "User-Agent": user_agent, - "Referrer": "https://poe.com/", - "Origin": "https://poe.com", - } - self.session.headers.update(self.headers) - - self.setup_connection() - self.connect_ws() - - def setup_connection(self): - self.ws_domain = f"tch{random.randint(1, 1e6)}" - self.next_data = self.get_next_data(overwrite_vars=True) - self.channel = self.get_channel_data() - self.bots = self.get_bots(download_next_data=False) - self.bot_names = self.get_bot_names() - - self.gql_headers = { - "poe-formkey": self.formkey, - "poe-tchannel": self.channel["channel"], - } - self.gql_headers = {**self.gql_headers, **self.headers} - self.subscribe() - - def extract_formkey(self, html): - script_regex = r"" - script_text = re.search(script_regex, html).group(1) - key_regex = r'var .="([0-9a-f]+)",' - key_text = re.search(key_regex, script_text).group(1) - cipher_regex = r".\[(\d+)\]=.\[(\d+)\]" - cipher_pairs = re.findall(cipher_regex, script_text) - - formkey_list = [""] * len(cipher_pairs) - for pair in cipher_pairs: - formkey_index, key_index = map(int, pair) - formkey_list[formkey_index] = key_text[key_index] - formkey = "".join(formkey_list) - - return formkey - - def get_next_data(self, overwrite_vars=False): - logger.info("Downloading next_data...") - - r = retry_request(self.session.get, self.home_url) - json_regex = r'' - json_text = re.search(json_regex, r.text).group(1) - next_data = json.loads(json_text) - - if overwrite_vars: - self.formkey = self.extract_formkey(r.text) - self.viewer = next_data["props"]["pageProps"]["payload"]["viewer"] - self.next_data = next_data - - return next_data - - def get_bot(self, display_name): - url = f'https://poe.com/_next/data/{self.next_data["buildId"]}/{display_name}.json' - - r = retry_request(self.session.get, url) - - chat_data = r.json()["pageProps"]["payload"]["chatOfBotDisplayName"] - return chat_data - - def get_bots(self, download_next_data=True): - logger.info("Downloading all bots...") - if download_next_data: - next_data = self.get_next_data(overwrite_vars=True) - else: - next_data = self.next_data - - if not "viewerBotList" in self.viewer: - raise RuntimeError("Invalid token or no bots are available.") - bot_list = self.viewer["viewerBotList"] - - threads = [] - bots = {} - - def get_bot_thread(bot): - chat_data = self.get_bot(bot["displayName"]) - bots[chat_data["defaultBotObject"]["nickname"]] = chat_data - - for bot in bot_list: - thread = threading.Thread(target=get_bot_thread, args=(bot,), daemon=True) - threads.append(thread) - - for thread in threads: - thread.start() - for thread in threads: - thread.join() - - self.bots = bots - self.bot_names = self.get_bot_names() - return bots - - def get_bot_names(self): - bot_names = {} - for bot_nickname in self.bots: - bot_obj = self.bots[bot_nickname]["defaultBotObject"] - bot_names[bot_nickname] = bot_obj["displayName"] - return bot_names - - def get_remaining_messages(self, chatbot): - chat_data = self.get_bot(self.bot_names[chatbot]) - return chat_data["defaultBotObject"]["messageLimit"]["numMessagesRemaining"] - - def get_channel_data(self, channel=None): - logger.info("Downloading channel data...") - r = retry_request(self.session.get, self.settings_url) - data = r.json() - - return data["tchannelData"] - - def get_websocket_url(self, channel=None): - if channel is None: - channel = self.channel - query = f'?min_seq={channel["minSeq"]}&channel={channel["channel"]}&hash={channel["channelHash"]}' - return f'wss://{self.ws_domain}.tch.{channel["baseHost"]}/up/{channel["boxName"]}/updates' + query - - def send_query(self, query_name, variables): - for i in range(20): - json_data = generate_payload(query_name, variables) - payload = json.dumps(json_data, separators=(",", ":")) - - base_string = payload + self.gql_headers["poe-formkey"] + "WpuLMiXEKKE98j56k" - - headers = { - "content-type": "application/json", - "poe-tag-id": hashlib.md5(base_string.encode()).hexdigest(), - } - headers = {**self.gql_headers, **headers} - - r = retry_request(self.session.post, self.gql_url, data=payload, headers=headers) - - data = r.json() - if data["data"] is None: - logger.warn(f'{query_name} returned an error: {data["errors"][0]["message"]} | Retrying ({i + 1}/20)') - time.sleep(2) - continue - - return r.json() - - raise RuntimeError(f"{query_name} failed too many times.") - - def subscribe(self): - logger.info("Subscribing to mutations") - result = self.send_query( - "SubscriptionsMutation", - { - "subscriptions": [ - { - "subscriptionName": "messageAdded", - "query": queries["MessageAddedSubscription"], - }, - { - "subscriptionName": "viewerStateUpdated", - "query": queries["ViewerStateUpdatedSubscription"], - }, - ] - }, - ) - - def ws_run_thread(self): - kwargs = {} - if self.proxy: - proxy_parsed = urlparse(self.proxy) - kwargs = { - "proxy_type": proxy_parsed.scheme, - "http_proxy_host": proxy_parsed.hostname, - "http_proxy_port": proxy_parsed.port, - } - - self.ws.run_forever(**kwargs) - - def connect_ws(self): - self.ws_connected = False - self.ws = websocket.WebSocketApp( - self.get_websocket_url(), - header={"User-Agent": user_agent}, - on_message=self.on_message, - on_open=self.on_ws_connect, - on_error=self.on_ws_error, - on_close=self.on_ws_close, - ) - t = threading.Thread(target=self.ws_run_thread, daemon=True) - t.start() - while not self.ws_connected: - time.sleep(0.01) - - def disconnect_ws(self): - if self.ws: - self.ws.close() - self.ws_connected = False - - def on_ws_connect(self, ws): - self.ws_connected = True - - def on_ws_close(self, ws, close_status_code, close_message): - self.ws_connected = False - logger.warn(f"Websocket closed with status {close_status_code}: {close_message}") - - def on_ws_error(self, ws, error): - self.disconnect_ws() - self.connect_ws() - - def on_message(self, ws, msg): - try: - data = json.loads(msg) - - if not "messages" in data: - return - - for message_str in data["messages"]: - message_data = json.loads(message_str) - if message_data["message_type"] != "subscriptionUpdate": - continue - message = message_data["payload"]["data"]["messageAdded"] - - copied_dict = self.active_messages.copy() - for key, value in copied_dict.items(): - # add the message to the appropriate queue - if value == message["messageId"] and key in self.message_queues: - self.message_queues[key].put(message) - return - - # indicate that the response id is tied to the human message id - elif key != "pending" and value is None and message["state"] != "complete": - self.active_messages[key] = message["messageId"] - self.message_queues[key].put(message) - return - - except Exception: - logger.error(traceback.format_exc()) - self.disconnect_ws() - self.connect_ws() - - def send_message(self, chatbot, message, with_chat_break=False, timeout=20): - # if there is another active message, wait until it has finished sending - while None in self.active_messages.values(): - time.sleep(0.01) - - # None indicates that a message is still in progress - self.active_messages["pending"] = None - - logger.info(f"Sending message to {chatbot}: {message}") - - # reconnect websocket - if not self.ws_connected: - self.disconnect_ws() - self.setup_connection() - self.connect_ws() - - message_data = self.send_query( - "SendMessageMutation", - { - "bot": chatbot, - "query": message, - "chatId": self.bots[chatbot]["chatId"], - "source": None, - "withChatBreak": with_chat_break, - }, - ) - del self.active_messages["pending"] - - if not message_data["data"]["messageEdgeCreate"]["message"]: - raise RuntimeError(f"Daily limit reached for {chatbot}.") - try: - human_message = message_data["data"]["messageEdgeCreate"]["message"] - human_message_id = human_message["node"]["messageId"] - except TypeError: - raise RuntimeError(f"An unknown error occurred. Raw response data: {message_data}") - - # indicate that the current message is waiting for a response - self.active_messages[human_message_id] = None - self.message_queues[human_message_id] = queue.Queue() - - last_text = "" - message_id = None - while True: - try: - message = self.message_queues[human_message_id].get(timeout=timeout) - except queue.Empty: - del self.active_messages[human_message_id] - del self.message_queues[human_message_id] - raise RuntimeError("Response timed out.") - - # only break when the message is marked as complete - if message["state"] == "complete": - if last_text and message["messageId"] == message_id: - break - else: - continue - - # update info about response - message["text_new"] = message["text"][len(last_text) :] - last_text = message["text"] - message_id = message["messageId"] - - yield message - - del self.active_messages[human_message_id] - del self.message_queues[human_message_id] - - def send_chat_break(self, chatbot): - logger.info(f"Sending chat break to {chatbot}") - result = self.send_query("AddMessageBreakMutation", {"chatId": self.bots[chatbot]["chatId"]}) - return result["data"]["messageBreakCreate"]["message"] - - def get_message_history(self, chatbot, count=25, cursor=None): - logger.info(f"Downloading {count} messages from {chatbot}") - - messages = [] - if cursor is None: - chat_data = self.get_bot(self.bot_names[chatbot]) - if not chat_data["messagesConnection"]["edges"]: - return [] - messages = chat_data["messagesConnection"]["edges"][:count] - cursor = chat_data["messagesConnection"]["pageInfo"]["startCursor"] - count -= len(messages) - - cursor = str(cursor) - if count > 50: - messages = self.get_message_history(chatbot, count=50, cursor=cursor) + messages - while count > 0: - count -= 50 - new_cursor = messages[0]["cursor"] - new_messages = self.get_message_history(chatbot, min(50, count), cursor=new_cursor) - messages = new_messages + messages - return messages - elif count <= 0: - return messages - - result = self.send_query( - "ChatListPaginationQuery", - {"count": count, "cursor": cursor, "id": self.bots[chatbot]["id"]}, - ) - query_messages = result["data"]["node"]["messagesConnection"]["edges"] - messages = query_messages + messages - return messages - - def delete_message(self, message_ids): - logger.info(f"Deleting messages: {message_ids}") - if not type(message_ids) is list: - message_ids = [int(message_ids)] - - result = self.send_query("DeleteMessageMutation", {"messageIds": message_ids}) - - def purge_conversation(self, chatbot, count=-1): - logger.info(f"Purging messages from {chatbot}") - last_messages = self.get_message_history(chatbot, count=50)[::-1] - while last_messages: - message_ids = [] - for message in last_messages: - if count == 0: - break - count -= 1 - message_ids.append(message["node"]["messageId"]) - - self.delete_message(message_ids) - - if count == 0: - return - last_messages = self.get_message_history(chatbot, count=50)[::-1] - logger.info(f"No more messages left to delete.") - - def create_bot( - self, - handle, - prompt="", - base_model="chinchilla", - description="", - intro_message="", - api_key=None, - api_bot=False, - api_url=None, - prompt_public=True, - pfp_url=None, - linkification=False, - markdown_rendering=True, - suggested_replies=False, - private=False, - ): - result = self.send_query( - "PoeBotCreateMutation", - { - "model": base_model, - "handle": handle, - "prompt": prompt, - "isPromptPublic": prompt_public, - "introduction": intro_message, - "description": description, - "profilePictureUrl": pfp_url, - "apiUrl": api_url, - "apiKey": api_key, - "isApiBot": api_bot, - "hasLinkification": linkification, - "hasMarkdownRendering": markdown_rendering, - "hasSuggestedReplies": suggested_replies, - "isPrivateBot": private, - }, - ) - - data = result["data"]["poeBotCreate"] - if data["status"] != "success": - raise RuntimeError(f"Poe returned an error while trying to create a bot: {data['status']}") - self.get_bots() - return data - - def edit_bot( - self, - bot_id, - handle, - prompt="", - base_model="chinchilla", - description="", - intro_message="", - api_key=None, - api_url=None, - private=False, - prompt_public=True, - pfp_url=None, - linkification=False, - markdown_rendering=True, - suggested_replies=False, - ): - result = self.send_query( - "PoeBotEditMutation", - { - "baseBot": base_model, - "botId": bot_id, - "handle": handle, - "prompt": prompt, - "isPromptPublic": prompt_public, - "introduction": intro_message, - "description": description, - "profilePictureUrl": pfp_url, - "apiUrl": api_url, - "apiKey": api_key, - "hasLinkification": linkification, - "hasMarkdownRendering": markdown_rendering, - "hasSuggestedReplies": suggested_replies, - "isPrivateBot": private, - }, - ) - - data = result["data"]["poeBotEdit"] - if data["status"] != "success": - raise RuntimeError(f"Poe returned an error while trying to edit a bot: {data['status']}") - self.get_bots() - return data - - def delete_account(self) -> None: - response = self.send_query('SettingsDeleteAccountButton_deleteAccountMutation_Mutation', {}) - data = response['data']['deleteAccount'] - if 'viewer' not in data: - raise RuntimeError(f'Error occurred while deleting the account, Please try again!') - - -load_queries() diff --git a/g4f/.v1/gpt4free/quora/backup-mail.py b/g4f/.v1/gpt4free/quora/backup-mail.py deleted file mode 100644 index 749149fd..00000000 --- a/g4f/.v1/gpt4free/quora/backup-mail.py +++ /dev/null @@ -1,45 +0,0 @@ -from json import loads -from re import findall -from time import sleep - -from requests import Session - - -class Mail: - def __init__(self) -> None: - self.client = Session() - self.client.post("https://etempmail.com/") - self.cookies = {'acceptcookie': 'true'} - self.cookies["ci_session"] = self.client.cookies.get_dict()["ci_session"] - self.email = None - - def get_mail(self): - respone = self.client.post("https://etempmail.com/getEmailAddress") - # cookies - self.cookies["lisansimo"] = eval(respone.text)["recover_key"] - self.email = eval(respone.text)["address"] - return self.email - - def get_message(self): - print("Waiting for message...") - while True: - sleep(5) - respone = self.client.post("https://etempmail.com/getInbox") - mail_token = loads(respone.text) - print(self.client.cookies.get_dict()) - if len(mail_token) == 1: - break - - params = { - 'id': '1', - } - self.mail_context = self.client.post("https://etempmail.com/getInbox", params=params) - self.mail_context = eval(self.mail_context.text)[0]["body"] - return self.mail_context - - # ,cookies=self.cookies - def get_verification_code(self): - message = self.mail_context - code = findall(r';">(\d{6,7})', message)[0] - print(f"Verification code: {code}") - return code diff --git a/g4f/.v1/gpt4free/quora/cookies.txt b/g4f/.v1/gpt4free/quora/cookies.txt deleted file mode 100644 index 9cccf6ba..00000000 --- a/g4f/.v1/gpt4free/quora/cookies.txt +++ /dev/null @@ -1,30 +0,0 @@ -SmPiNXZI9hBTuf3viz74PA== -zw7RoKQfeEehiaelYMRWeA== -NEttgJ_rRQdO05Tppx6hFw== -3OnmC0r9njYdNWhWszdQJg== -8hZKR7MxwUTEHvO45TEViw== -Eea6BqK0AmosTKzoI3AAow== -pUEbtxobN_QUSpLIR8RGww== -9_dUWxKkHHhpQRSvCvBk2Q== -UV45rvGwUwi2qV9QdIbMcw== -cVIN0pK1Wx-F7zCdUxlYqA== -UP2wQVds17VFHh6IfCQFrA== -18eKr0ME2Tzifdfqat38Aw== -FNgKEpc2r-XqWe0rHBfYpg== -juCAh6kB0sUpXHvKik2woA== -nBvuNYRLaE4xE4HuzBPiIQ== -oyae3iClomSrk6RJywZ4iw== -1Z27Ul8BTdNOhncT5H6wdg== -wfUfJIlwQwUss8l-3kDt3w== -f6Jw_Nr0PietpNCtOCXJTw== -6Jc3yCs7XhDRNHa4ZML09g== -3vy44sIy-ZlTMofFiFDttw== -p9FbMGGiK1rShKgL3YWkDg== -pw6LI5Op84lf4HOY7fn91A== -QemKm6aothMvqcEgeKFDlQ== -cceZzucA-CEHR0Gt6VLYLQ== -JRRObMp2RHVn5u4730DPvQ== -XNt0wLTjX7Z-EsRR3TJMIQ== -csjjirAUKtT5HT1KZUq1kg== -8qZdCatCPQZyS7jsO4hkdQ== -esnUxcBhvH1DmCJTeld0qw== diff --git a/g4f/.v1/gpt4free/quora/graphql/AddHumanMessageMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/AddHumanMessageMutation.graphql deleted file mode 100644 index 01e6bc8c..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/AddHumanMessageMutation.graphql +++ /dev/null @@ -1,52 +0,0 @@ -mutation AddHumanMessageMutation( - $chatId: BigInt! - $bot: String! - $query: String! - $source: MessageSource - $withChatBreak: Boolean! = false -) { - messageCreateWithStatus( - chatId: $chatId - bot: $bot - query: $query - source: $source - withChatBreak: $withChatBreak - ) { - message { - id - __typename - messageId - text - linkifiedText - authorNickname - state - vote - voteReason - creationTime - suggestedReplies - chat { - id - shouldShowDisclaimer - } - } - messageLimit{ - canSend - numMessagesRemaining - resetTime - shouldShowReminder - } - chatBreak { - id - __typename - messageId - text - linkifiedText - authorNickname - state - vote - voteReason - creationTime - suggestedReplies - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/AddMessageBreakMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/AddMessageBreakMutation.graphql deleted file mode 100644 index b28d9903..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/AddMessageBreakMutation.graphql +++ /dev/null @@ -1,17 +0,0 @@ -mutation AddMessageBreakMutation($chatId: BigInt!) { - messageBreakCreate(chatId: $chatId) { - message { - id - __typename - messageId - text - linkifiedText - authorNickname - state - vote - voteReason - creationTime - suggestedReplies - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/AutoSubscriptionMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/AutoSubscriptionMutation.graphql deleted file mode 100644 index 6cf7bf74..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/AutoSubscriptionMutation.graphql +++ /dev/null @@ -1,7 +0,0 @@ -mutation AutoSubscriptionMutation($subscriptions: [AutoSubscriptionQuery!]!) { - autoSubscribe(subscriptions: $subscriptions) { - viewer { - id - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/BioFragment.graphql b/g4f/.v1/gpt4free/quora/graphql/BioFragment.graphql deleted file mode 100644 index c4218030..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/BioFragment.graphql +++ /dev/null @@ -1,8 +0,0 @@ -fragment BioFragment on Viewer { - id - poeUser { - id - uid - bio - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/ChatAddedSubscription.graphql b/g4f/.v1/gpt4free/quora/graphql/ChatAddedSubscription.graphql deleted file mode 100644 index 664b107f..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ChatAddedSubscription.graphql +++ /dev/null @@ -1,5 +0,0 @@ -subscription ChatAddedSubscription { - chatAdded { - ...ChatFragment - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/ChatFragment.graphql b/g4f/.v1/gpt4free/quora/graphql/ChatFragment.graphql deleted file mode 100644 index 605645ff..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ChatFragment.graphql +++ /dev/null @@ -1,6 +0,0 @@ -fragment ChatFragment on Chat { - id - chatId - defaultBotNickname - shouldShowDisclaimer -} diff --git a/g4f/.v1/gpt4free/quora/graphql/ChatListPaginationQuery.graphql b/g4f/.v1/gpt4free/quora/graphql/ChatListPaginationQuery.graphql deleted file mode 100644 index 6d9ae884..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ChatListPaginationQuery.graphql +++ /dev/null @@ -1,378 +0,0 @@ -query ChatListPaginationQuery( - $count: Int = 5 - $cursor: String - $id: ID! -) { - node(id: $id) { - __typename - ...ChatPageMain_chat_1G22uz - id - } -} - -fragment BotImage_bot on Bot { - displayName - ...botHelpers_useDeletion_bot - ...BotImage_useProfileImage_bot -} - -fragment BotImage_useProfileImage_bot on Bot { - image { - __typename - ... on LocalBotImage { - localName - } - ... on UrlBotImage { - url - } - } - ...botHelpers_useDeletion_bot -} - -fragment ChatMessageDownvotedButton_message on Message { - ...MessageFeedbackReasonModal_message - ...MessageFeedbackOtherModal_message -} - -fragment ChatMessageDropdownMenu_message on Message { - id - messageId - vote - text - author - ...chatHelpers_isBotMessage -} - -fragment ChatMessageFeedbackButtons_message on Message { - id - messageId - vote - voteReason - ...ChatMessageDownvotedButton_message -} - -fragment ChatMessageInputView_chat on Chat { - id - chatId - defaultBotObject { - nickname - messageLimit { - dailyBalance - shouldShowRemainingMessageCount - } - hasClearContext - isDown - ...botHelpers_useDeletion_bot - id - } - shouldShowDisclaimer - ...chatHelpers_useSendMessage_chat - ...chatHelpers_useSendChatBreak_chat -} - -fragment ChatMessageInputView_edges on MessageEdge { - node { - ...chatHelpers_isChatBreak - ...chatHelpers_isHumanMessage - state - text - id - } -} - -fragment ChatMessageOverflowButton_message on Message { - text - ...ChatMessageDropdownMenu_message - ...chatHelpers_isBotMessage -} - -fragment ChatMessageSuggestedReplies_SuggestedReplyButton_chat on Chat { - ...chatHelpers_useSendMessage_chat -} - -fragment ChatMessageSuggestedReplies_SuggestedReplyButton_message on Message { - messageId -} - -fragment ChatMessageSuggestedReplies_chat on Chat { - ...ChatWelcomeView_chat - ...ChatMessageSuggestedReplies_SuggestedReplyButton_chat - defaultBotObject { - hasWelcomeTopics - id - } -} - -fragment ChatMessageSuggestedReplies_message on Message { - suggestedReplies - ...ChatMessageSuggestedReplies_SuggestedReplyButton_message -} - -fragment ChatMessage_chat on Chat { - defaultBotObject { - hasWelcomeTopics - hasSuggestedReplies - disclaimerText - messageLimit { - ...ChatPageRateLimitedBanner_messageLimit - } - ...ChatPageDisclaimer_bot - id - } - ...ChatMessageSuggestedReplies_chat - ...ChatWelcomeView_chat -} - -fragment ChatMessage_message on Message { - id - messageId - text - author - linkifiedText - state - contentType - ...ChatMessageSuggestedReplies_message - ...ChatMessageFeedbackButtons_message - ...ChatMessageOverflowButton_message - ...chatHelpers_isHumanMessage - ...chatHelpers_isBotMessage - ...chatHelpers_isChatBreak - ...chatHelpers_useTimeoutLevel - ...MarkdownLinkInner_message - ...IdAnnotation_node -} - -fragment ChatMessagesView_chat on Chat { - ...ChatMessage_chat - ...ChatWelcomeView_chat - ...IdAnnotation_node - defaultBotObject { - hasWelcomeTopics - messageLimit { - ...ChatPageRateLimitedBanner_messageLimit - } - id - } -} - -fragment ChatMessagesView_edges on MessageEdge { - node { - id - messageId - creationTime - ...ChatMessage_message - ...chatHelpers_isBotMessage - ...chatHelpers_isHumanMessage - ...chatHelpers_isChatBreak - } -} - -fragment ChatPageDeleteFooter_chat on Chat { - ...MessageDeleteConfirmationModal_chat -} - -fragment ChatPageDisclaimer_bot on Bot { - disclaimerText -} - -fragment ChatPageMainFooter_chat on Chat { - defaultBotObject { - ...ChatPageMainFooter_useAccessMessage_bot - id - } - ...ChatMessageInputView_chat - ...ChatPageShareFooter_chat - ...ChatPageDeleteFooter_chat -} - -fragment ChatPageMainFooter_edges on MessageEdge { - ...ChatMessageInputView_edges -} - -fragment ChatPageMainFooter_useAccessMessage_bot on Bot { - ...botHelpers_useDeletion_bot - ...botHelpers_useViewerCanAccessPrivateBot -} - -fragment ChatPageMain_chat_1G22uz on Chat { - id - chatId - ...ChatPageShareFooter_chat - ...ChatPageDeleteFooter_chat - ...ChatMessagesView_chat - ...MarkdownLinkInner_chat - ...chatHelpers_useUpdateStaleChat_chat - ...ChatSubscriptionPaywallContextWrapper_chat - ...ChatPageMainFooter_chat - messagesConnection(last: $count, before: $cursor) { - edges { - ...ChatMessagesView_edges - ...ChatPageMainFooter_edges - ...MarkdownLinkInner_edges - node { - ...chatHelpers_useUpdateStaleChat_message - id - __typename - } - cursor - id - } - pageInfo { - hasPreviousPage - startCursor - } - id - } -} - -fragment ChatPageRateLimitedBanner_messageLimit on MessageLimit { - numMessagesRemaining -} - -fragment ChatPageShareFooter_chat on Chat { - chatId -} - -fragment ChatSubscriptionPaywallContextWrapper_chat on Chat { - defaultBotObject { - messageLimit { - numMessagesRemaining - shouldShowRemainingMessageCount - } - ...SubscriptionPaywallModal_bot - id - } -} - -fragment ChatWelcomeView_ChatWelcomeButton_chat on Chat { - ...chatHelpers_useSendMessage_chat -} - -fragment ChatWelcomeView_chat on Chat { - ...ChatWelcomeView_ChatWelcomeButton_chat - defaultBotObject { - displayName - id - } -} - -fragment IdAnnotation_node on Node { - __isNode: __typename - id -} - -fragment MarkdownLinkInner_chat on Chat { - id - chatId - defaultBotObject { - nickname - id - } - ...chatHelpers_useSendMessage_chat -} - -fragment MarkdownLinkInner_edges on MessageEdge { - node { - state - id - } -} - -fragment MarkdownLinkInner_message on Message { - messageId -} - -fragment MessageDeleteConfirmationModal_chat on Chat { - id -} - -fragment MessageFeedbackOtherModal_message on Message { - id - messageId -} - -fragment MessageFeedbackReasonModal_message on Message { - id - messageId -} - -fragment SubscriptionPaywallModal_bot on Bot { - displayName - messageLimit { - dailyLimit - numMessagesRemaining - shouldShowRemainingMessageCount - resetTime - } - ...BotImage_bot -} - -fragment botHelpers_useDeletion_bot on Bot { - deletionState -} - -fragment botHelpers_useViewerCanAccessPrivateBot on Bot { - isPrivateBot - viewerIsCreator -} - -fragment chatHelpers_isBotMessage on Message { - ...chatHelpers_isHumanMessage - ...chatHelpers_isChatBreak -} - -fragment chatHelpers_isChatBreak on Message { - author -} - -fragment chatHelpers_isHumanMessage on Message { - author -} - -fragment chatHelpers_useSendChatBreak_chat on Chat { - id - chatId - defaultBotObject { - nickname - introduction - model - id - } - shouldShowDisclaimer -} - -fragment chatHelpers_useSendMessage_chat on Chat { - id - chatId - defaultBotObject { - id - nickname - } - shouldShowDisclaimer -} - -fragment chatHelpers_useTimeoutLevel on Message { - id - state - text - messageId - chat { - chatId - defaultBotNickname - id - } -} - -fragment chatHelpers_useUpdateStaleChat_chat on Chat { - chatId - defaultBotObject { - contextClearWindowSecs - id - } - ...chatHelpers_useSendChatBreak_chat -} - -fragment chatHelpers_useUpdateStaleChat_message on Message { - creationTime - ...chatHelpers_isChatBreak -} diff --git a/g4f/.v1/gpt4free/quora/graphql/ChatPaginationQuery.graphql b/g4f/.v1/gpt4free/quora/graphql/ChatPaginationQuery.graphql deleted file mode 100644 index f2452cd6..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ChatPaginationQuery.graphql +++ /dev/null @@ -1,26 +0,0 @@ -query ChatPaginationQuery($bot: String!, $before: String, $last: Int! = 10) { - chatOfBot(bot: $bot) { - id - __typename - messagesConnection(before: $before, last: $last) { - pageInfo { - hasPreviousPage - } - edges { - node { - id - __typename - messageId - text - linkifiedText - authorNickname - state - vote - voteReason - creationTime - suggestedReplies - } - } - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/ChatViewQuery.graphql b/g4f/.v1/gpt4free/quora/graphql/ChatViewQuery.graphql deleted file mode 100644 index c330107d..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ChatViewQuery.graphql +++ /dev/null @@ -1,8 +0,0 @@ -query ChatViewQuery($bot: String!) { - chatOfBot(bot: $bot) { - id - chatId - defaultBotNickname - shouldShowDisclaimer - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql deleted file mode 100644 index 42692c6e..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql +++ /dev/null @@ -1,7 +0,0 @@ -mutation DeleteHumanMessagesMutation($messageIds: [BigInt!]!) { - messagesDelete(messageIds: $messageIds) { - viewer { - id - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/DeleteMessageMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/DeleteMessageMutation.graphql deleted file mode 100644 index 7b9e36d4..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/DeleteMessageMutation.graphql +++ /dev/null @@ -1,7 +0,0 @@ -mutation deleteMessageMutation( - $messageIds: [BigInt!]! -) { - messagesDelete(messageIds: $messageIds) { - edgeIds - } -} \ No newline at end of file diff --git a/g4f/.v1/gpt4free/quora/graphql/HandleFragment.graphql b/g4f/.v1/gpt4free/quora/graphql/HandleFragment.graphql deleted file mode 100644 index f53c484b..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/HandleFragment.graphql +++ /dev/null @@ -1,8 +0,0 @@ -fragment HandleFragment on Viewer { - id - poeUser { - id - uid - handle - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql deleted file mode 100644 index 723b1f44..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql +++ /dev/null @@ -1,13 +0,0 @@ -mutation LoginWithVerificationCodeMutation( - $verificationCode: String! - $emailAddress: String - $phoneNumber: String -) { - loginWithVerificationCode( - verificationCode: $verificationCode - emailAddress: $emailAddress - phoneNumber: $phoneNumber - ) { - status - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/MessageAddedSubscription.graphql b/g4f/.v1/gpt4free/quora/graphql/MessageAddedSubscription.graphql deleted file mode 100644 index 8dc9499c..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/MessageAddedSubscription.graphql +++ /dev/null @@ -1,100 +0,0 @@ -subscription messageAdded ( - $chatId: BigInt! -) { - messageAdded(chatId: $chatId) { - id - messageId - creationTime - state - ...ChatMessage_message - ...chatHelpers_isBotMessage - } -} - -fragment ChatMessageDownvotedButton_message on Message { - ...MessageFeedbackReasonModal_message - ...MessageFeedbackOtherModal_message -} - -fragment ChatMessageDropdownMenu_message on Message { - id - messageId - vote - text - linkifiedText - ...chatHelpers_isBotMessage -} - -fragment ChatMessageFeedbackButtons_message on Message { - id - messageId - vote - voteReason - ...ChatMessageDownvotedButton_message -} - -fragment ChatMessageOverflowButton_message on Message { - text - ...ChatMessageDropdownMenu_message - ...chatHelpers_isBotMessage -} - -fragment ChatMessageSuggestedReplies_SuggestedReplyButton_message on Message { - messageId -} - -fragment ChatMessageSuggestedReplies_message on Message { - suggestedReplies - ...ChatMessageSuggestedReplies_SuggestedReplyButton_message -} - -fragment ChatMessage_message on Message { - id - messageId - text - author - linkifiedText - state - ...ChatMessageSuggestedReplies_message - ...ChatMessageFeedbackButtons_message - ...ChatMessageOverflowButton_message - ...chatHelpers_isHumanMessage - ...chatHelpers_isBotMessage - ...chatHelpers_isChatBreak - ...chatHelpers_useTimeoutLevel - ...MarkdownLinkInner_message -} - -fragment MarkdownLinkInner_message on Message { - messageId -} - -fragment MessageFeedbackOtherModal_message on Message { - id - messageId -} - -fragment MessageFeedbackReasonModal_message on Message { - id - messageId -} - -fragment chatHelpers_isBotMessage on Message { - ...chatHelpers_isHumanMessage - ...chatHelpers_isChatBreak -} - -fragment chatHelpers_isChatBreak on Message { - author -} - -fragment chatHelpers_isHumanMessage on Message { - author -} - -fragment chatHelpers_useTimeoutLevel on Message { - id - state - text - messageId -} diff --git a/g4f/.v1/gpt4free/quora/graphql/MessageDeletedSubscription.graphql b/g4f/.v1/gpt4free/quora/graphql/MessageDeletedSubscription.graphql deleted file mode 100644 index 54c1c164..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/MessageDeletedSubscription.graphql +++ /dev/null @@ -1,6 +0,0 @@ -subscription MessageDeletedSubscription($chatId: BigInt!) { - messageDeleted(chatId: $chatId) { - id - messageId - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/MessageFragment.graphql b/g4f/.v1/gpt4free/quora/graphql/MessageFragment.graphql deleted file mode 100644 index cc860811..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/MessageFragment.graphql +++ /dev/null @@ -1,13 +0,0 @@ -fragment MessageFragment on Message { - id - __typename - messageId - text - linkifiedText - authorNickname - state - vote - voteReason - creationTime - suggestedReplies -} diff --git a/g4f/.v1/gpt4free/quora/graphql/MessageRemoveVoteMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/MessageRemoveVoteMutation.graphql deleted file mode 100644 index d5e6e610..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/MessageRemoveVoteMutation.graphql +++ /dev/null @@ -1,7 +0,0 @@ -mutation MessageRemoveVoteMutation($messageId: BigInt!) { - messageRemoveVote(messageId: $messageId) { - message { - ...MessageFragment - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/MessageSetVoteMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/MessageSetVoteMutation.graphql deleted file mode 100644 index 76000df0..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/MessageSetVoteMutation.graphql +++ /dev/null @@ -1,7 +0,0 @@ -mutation MessageSetVoteMutation($messageId: BigInt!, $voteType: VoteType!, $reason: String) { - messageSetVote(messageId: $messageId, voteType: $voteType, reason: $reason) { - message { - ...MessageFragment - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/PoeBotCreateMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/PoeBotCreateMutation.graphql deleted file mode 100644 index 971b4248..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/PoeBotCreateMutation.graphql +++ /dev/null @@ -1,73 +0,0 @@ -mutation CreateBotMain_poeBotCreate_Mutation( - $model: String! - $handle: String! - $prompt: String! - $isPromptPublic: Boolean! - $introduction: String! - $description: String! - $profilePictureUrl: String - $apiUrl: String - $apiKey: String - $isApiBot: Boolean - $hasLinkification: Boolean - $hasMarkdownRendering: Boolean - $hasSuggestedReplies: Boolean - $isPrivateBot: Boolean -) { - poeBotCreate(model: $model, handle: $handle, promptPlaintext: $prompt, isPromptPublic: $isPromptPublic, introduction: $introduction, description: $description, profilePicture: $profilePictureUrl, apiUrl: $apiUrl, apiKey: $apiKey, isApiBot: $isApiBot, hasLinkification: $hasLinkification, hasMarkdownRendering: $hasMarkdownRendering, hasSuggestedReplies: $hasSuggestedReplies, isPrivateBot: $isPrivateBot) { - status - bot { - id - ...BotHeader_bot - } - } -} - -fragment BotHeader_bot on Bot { - displayName - messageLimit { - dailyLimit - } - ...BotImage_bot - ...BotLink_bot - ...IdAnnotation_node - ...botHelpers_useViewerCanAccessPrivateBot - ...botHelpers_useDeletion_bot -} - -fragment BotImage_bot on Bot { - displayName - ...botHelpers_useDeletion_bot - ...BotImage_useProfileImage_bot -} - -fragment BotImage_useProfileImage_bot on Bot { - image { - __typename - ... on LocalBotImage { - localName - } - ... on UrlBotImage { - url - } - } - ...botHelpers_useDeletion_bot -} - -fragment BotLink_bot on Bot { - displayName -} - -fragment IdAnnotation_node on Node { - __isNode: __typename - id -} - -fragment botHelpers_useDeletion_bot on Bot { - deletionState -} - -fragment botHelpers_useViewerCanAccessPrivateBot on Bot { - isPrivateBot - viewerIsCreator -} \ No newline at end of file diff --git a/g4f/.v1/gpt4free/quora/graphql/PoeBotEditMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/PoeBotEditMutation.graphql deleted file mode 100644 index fdd309ef..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/PoeBotEditMutation.graphql +++ /dev/null @@ -1,24 +0,0 @@ -mutation EditBotMain_poeBotEdit_Mutation( - $botId: BigInt! - $handle: String! - $description: String! - $introduction: String! - $isPromptPublic: Boolean! - $baseBot: String! - $profilePictureUrl: String - $prompt: String! - $apiUrl: String - $apiKey: String - $hasLinkification: Boolean - $hasMarkdownRendering: Boolean - $hasSuggestedReplies: Boolean - $isPrivateBot: Boolean -) { - poeBotEdit(botId: $botId, handle: $handle, description: $description, introduction: $introduction, isPromptPublic: $isPromptPublic, model: $baseBot, promptPlaintext: $prompt, profilePicture: $profilePictureUrl, apiUrl: $apiUrl, apiKey: $apiKey, hasLinkification: $hasLinkification, hasMarkdownRendering: $hasMarkdownRendering, hasSuggestedReplies: $hasSuggestedReplies, isPrivateBot: $isPrivateBot) { - status - bot { - handle - id - } - } -} \ No newline at end of file diff --git a/g4f/.v1/gpt4free/quora/graphql/SendMessageMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/SendMessageMutation.graphql deleted file mode 100644 index 4b0a4383..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SendMessageMutation.graphql +++ /dev/null @@ -1,40 +0,0 @@ -mutation chatHelpers_sendMessageMutation_Mutation( - $chatId: BigInt! - $bot: String! - $query: String! - $source: MessageSource - $withChatBreak: Boolean! -) { - messageEdgeCreate(chatId: $chatId, bot: $bot, query: $query, source: $source, withChatBreak: $withChatBreak) { - chatBreak { - cursor - node { - id - messageId - text - author - suggestedReplies - creationTime - state - } - id - } - message { - cursor - node { - id - messageId - text - author - suggestedReplies - creationTime - state - chat { - shouldShowDisclaimer - id - } - } - id - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql deleted file mode 100644 index 45af4799..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql +++ /dev/null @@ -1,12 +0,0 @@ -mutation SendVerificationCodeForLoginMutation( - $emailAddress: String - $phoneNumber: String -) { - sendVerificationCode( - verificationReason: login - emailAddress: $emailAddress - phoneNumber: $phoneNumber - ) { - status - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/SettingsDeleteAccountButton_deleteAccountMutation_Mutation.graphql b/g4f/.v1/gpt4free/quora/graphql/SettingsDeleteAccountButton_deleteAccountMutation_Mutation.graphql deleted file mode 100644 index 0af50950..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SettingsDeleteAccountButton_deleteAccountMutation_Mutation.graphql +++ /dev/null @@ -1 +0,0 @@ -mutation SettingsDeleteAccountButton_deleteAccountMutation_Mutation{ deleteAccount { viewer { uid id } }} \ No newline at end of file diff --git a/g4f/.v1/gpt4free/quora/graphql/ShareMessagesMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/ShareMessagesMutation.graphql deleted file mode 100644 index 92e80db5..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ShareMessagesMutation.graphql +++ /dev/null @@ -1,9 +0,0 @@ -mutation ShareMessagesMutation( - $chatId: BigInt! - $messageIds: [BigInt!]! - $comment: String -) { - messagesShare(chatId: $chatId, messageIds: $messageIds, comment: $comment) { - shareCode - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/SignupWithVerificationCodeMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/SignupWithVerificationCodeMutation.graphql deleted file mode 100644 index 06b2826f..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SignupWithVerificationCodeMutation.graphql +++ /dev/null @@ -1,13 +0,0 @@ -mutation SignupWithVerificationCodeMutation( - $verificationCode: String! - $emailAddress: String - $phoneNumber: String -) { - signupWithVerificationCode( - verificationCode: $verificationCode - emailAddress: $emailAddress - phoneNumber: $phoneNumber - ) { - status - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql deleted file mode 100644 index de203d47..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql +++ /dev/null @@ -1,7 +0,0 @@ -mutation StaleChatUpdateMutation($chatId: BigInt!) { - staleChatUpdate(chatId: $chatId) { - message { - ...MessageFragment - } - } -} diff --git a/g4f/.v1/gpt4free/quora/graphql/SubscriptionsMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/SubscriptionsMutation.graphql deleted file mode 100644 index b864bd60..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SubscriptionsMutation.graphql +++ /dev/null @@ -1,9 +0,0 @@ -mutation subscriptionsMutation( - $subscriptions: [AutoSubscriptionQuery!]! -) { - autoSubscribe(subscriptions: $subscriptions) { - viewer { - id - } - } -} \ No newline at end of file diff --git a/g4f/.v1/gpt4free/quora/graphql/SummarizePlainPostQuery.graphql b/g4f/.v1/gpt4free/quora/graphql/SummarizePlainPostQuery.graphql deleted file mode 100644 index afa2a84c..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SummarizePlainPostQuery.graphql +++ /dev/null @@ -1,3 +0,0 @@ -query SummarizePlainPostQuery($comment: String!) { - summarizePlainPost(comment: $comment) -} diff --git a/g4f/.v1/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql b/g4f/.v1/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql deleted file mode 100644 index 5147c3c5..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql +++ /dev/null @@ -1,3 +0,0 @@ -query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) { - summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId) -} diff --git a/g4f/.v1/gpt4free/quora/graphql/SummarizeSharePostQuery.graphql b/g4f/.v1/gpt4free/quora/graphql/SummarizeSharePostQuery.graphql deleted file mode 100644 index cb4a623c..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/SummarizeSharePostQuery.graphql +++ /dev/null @@ -1,3 +0,0 @@ -query SummarizeSharePostQuery($comment: String!, $chatId: BigInt!, $messageIds: [BigInt!]!) { - summarizeSharePost(comment: $comment, chatId: $chatId, messageIds: $messageIds) -} diff --git a/g4f/.v1/gpt4free/quora/graphql/UserSnippetFragment.graphql b/g4f/.v1/gpt4free/quora/graphql/UserSnippetFragment.graphql deleted file mode 100644 index 17fc8426..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/UserSnippetFragment.graphql +++ /dev/null @@ -1,14 +0,0 @@ -fragment UserSnippetFragment on PoeUser { - id - uid - bio - handle - fullName - viewerIsFollowing - isPoeOnlyUser - profilePhotoURLTiny: profilePhotoUrl(size: tiny) - profilePhotoURLSmall: profilePhotoUrl(size: small) - profilePhotoURLMedium: profilePhotoUrl(size: medium) - profilePhotoURLLarge: profilePhotoUrl(size: large) - isFollowable -} diff --git a/g4f/.v1/gpt4free/quora/graphql/ViewerInfoQuery.graphql b/g4f/.v1/gpt4free/quora/graphql/ViewerInfoQuery.graphql deleted file mode 100644 index 1ecaf9e8..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ViewerInfoQuery.graphql +++ /dev/null @@ -1,21 +0,0 @@ -query ViewerInfoQuery { - viewer { - id - uid - ...ViewerStateFragment - ...BioFragment - ...HandleFragment - hasCompletedMultiplayerNux - poeUser { - id - ...UserSnippetFragment - } - messageLimit{ - canSend - numMessagesRemaining - resetTime - shouldShowReminder - } - } -} - diff --git a/g4f/.v1/gpt4free/quora/graphql/ViewerStateFragment.graphql b/g4f/.v1/gpt4free/quora/graphql/ViewerStateFragment.graphql deleted file mode 100644 index 3cd83e9c..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ViewerStateFragment.graphql +++ /dev/null @@ -1,30 +0,0 @@ -fragment ViewerStateFragment on Viewer { - id - __typename - iosMinSupportedVersion: integerGate(gateName: "poe_ios_min_supported_version") - iosMinEncouragedVersion: integerGate( - gateName: "poe_ios_min_encouraged_version" - ) - macosMinSupportedVersion: integerGate( - gateName: "poe_macos_min_supported_version" - ) - macosMinEncouragedVersion: integerGate( - gateName: "poe_macos_min_encouraged_version" - ) - showPoeDebugPanel: booleanGate(gateName: "poe_show_debug_panel") - enableCommunityFeed: booleanGate(gateName: "enable_poe_shares_feed") - linkifyText: booleanGate(gateName: "poe_linkify_response") - enableSuggestedReplies: booleanGate(gateName: "poe_suggested_replies") - removeInviteLimit: booleanGate(gateName: "poe_remove_invite_limit") - enableInAppPurchases: booleanGate(gateName: "poe_enable_in_app_purchases") - availableBots { - nickname - displayName - profilePicture - isDown - disclaimer - subtitle - poweredBy - } -} - diff --git a/g4f/.v1/gpt4free/quora/graphql/ViewerStateUpdatedSubscription.graphql b/g4f/.v1/gpt4free/quora/graphql/ViewerStateUpdatedSubscription.graphql deleted file mode 100644 index 03fc73d1..00000000 --- a/g4f/.v1/gpt4free/quora/graphql/ViewerStateUpdatedSubscription.graphql +++ /dev/null @@ -1,43 +0,0 @@ -subscription viewerStateUpdated { - viewerStateUpdated { - id - ...ChatPageBotSwitcher_viewer - } -} - -fragment BotHeader_bot on Bot { - displayName - messageLimit { - dailyLimit - } - ...BotImage_bot -} - -fragment BotImage_bot on Bot { - image { - __typename - ... on LocalBotImage { - localName - } - ... on UrlBotImage { - url - } - } - displayName -} - -fragment BotLink_bot on Bot { - displayName -} - -fragment ChatPageBotSwitcher_viewer on Viewer { - availableBots { - id - messageLimit { - dailyLimit - } - ...BotLink_bot - ...BotHeader_bot - } - allowUserCreatedBots: booleanGate(gateName: "enable_user_created_bots") -} diff --git a/g4f/.v1/gpt4free/quora/graphql/__init__.py b/g4f/.v1/gpt4free/quora/graphql/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/g4f/.v1/gpt4free/quora/mail.py b/g4f/.v1/gpt4free/quora/mail.py deleted file mode 100644 index 864d9568..00000000 --- a/g4f/.v1/gpt4free/quora/mail.py +++ /dev/null @@ -1,80 +0,0 @@ -from json import loads -from re import findall -from time import sleep - -from fake_useragent import UserAgent -from requests import Session - - -class Emailnator: - def __init__(self) -> None: - self.client = Session() - self.client.get("https://www.emailnator.com/", timeout=6) - self.cookies = self.client.cookies.get_dict() - - self.client.headers = { - "authority": "www.emailnator.com", - "origin": "https://www.emailnator.com", - "referer": "https://www.emailnator.com/", - "user-agent": UserAgent().random, - "x-xsrf-token": self.client.cookies.get("XSRF-TOKEN")[:-3] + "=", - } - - self.email = None - - def get_mail(self): - response = self.client.post( - "https://www.emailnator.com/generate-email", - json={ - "email": [ - "domain", - "plusGmail", - "dotGmail", - ] - }, - ) - - self.email = loads(response.text)["email"][0] - return self.email - - def get_message(self): - print("Waiting for message...") - - while True: - sleep(2) - mail_token = self.client.post("https://www.emailnator.com/message-list", json={"email": self.email}) - - mail_token = loads(mail_token.text)["messageData"] - - if len(mail_token) == 2: - print("Message received!") - print(mail_token[1]["messageID"]) - break - - mail_context = self.client.post( - "https://www.emailnator.com/message-list", - json={ - "email": self.email, - "messageID": mail_token[1]["messageID"], - }, - ) - - return mail_context.text - - def get_verification_code(self): - message = self.get_message() - code = findall(r';">(\d{6,7})', message)[0] - print(f"Verification code: {code}") - return code - - def clear_inbox(self): - print("Clearing inbox...") - self.client.post( - "https://www.emailnator.com/delete-all", - json={"email": self.email}, - ) - print("Inbox cleared!") - - def __del__(self): - if self.email: - self.clear_inbox() diff --git a/g4f/.v1/gpt4free/quora/tests/__init__.py b/g4f/.v1/gpt4free/quora/tests/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/g4f/.v1/gpt4free/quora/tests/test_api.py b/g4f/.v1/gpt4free/quora/tests/test_api.py deleted file mode 100644 index 2a4bb41b..00000000 --- a/g4f/.v1/gpt4free/quora/tests/test_api.py +++ /dev/null @@ -1,38 +0,0 @@ -import unittest -import requests -from unittest.mock import MagicMock -from gpt4free.quora.api import retry_request - - -class TestRetryRequest(unittest.TestCase): - def test_successful_request(self): - # Mock a successful request with a 200 status code - mock_response = MagicMock() - mock_response.status_code = 200 - requests.get = MagicMock(return_value=mock_response) - - # Call the function and assert that it returns the response - response = retry_request(requests.get, "http://example.com", max_attempts=3) - self.assertEqual(response.status_code, 200) - - def test_exponential_backoff(self): - # Mock a failed request that succeeds after two retries - mock_response = MagicMock() - mock_response.status_code = 200 - requests.get = MagicMock(side_effect=[requests.exceptions.RequestException] * 2 + [mock_response]) - - # Call the function and assert that it retries with exponential backoff - with self.assertLogs() as logs: - response = retry_request(requests.get, "http://example.com", max_attempts=3, delay=1) - self.assertEqual(response.status_code, 200) - self.assertGreaterEqual(len(logs.output), 2) - self.assertIn("Retrying in 1 seconds...", logs.output[0]) - self.assertIn("Retrying in 2 seconds...", logs.output[1]) - - def test_too_many_attempts(self): - # Mock a failed request that never succeeds - requests.get = MagicMock(side_effect=requests.exceptions.RequestException) - - # Call the function and assert that it raises an exception after the maximum number of attempts - with self.assertRaises(RuntimeError): - retry_request(requests.get, "http://example.com", max_attempts=3) diff --git a/g4f/.v1/gpt4free/test.py b/g4f/.v1/gpt4free/test.py deleted file mode 100644 index b2516748..00000000 --- a/g4f/.v1/gpt4free/test.py +++ /dev/null @@ -1,4 +0,0 @@ -import forefront -token = forefront.Account.create() -response = forefront.Completion.create(token=token, prompt='Hello!') -print(response) \ No newline at end of file diff --git a/g4f/.v1/gpt4free/theb/README.md b/g4f/.v1/gpt4free/theb/README.md deleted file mode 100644 index a7af9dd8..00000000 --- a/g4f/.v1/gpt4free/theb/README.md +++ /dev/null @@ -1,14 +0,0 @@ -### Example: `theb` (use like openai pypi package) - -```python -# import library -from gpt4free import theb - -# simple streaming completion - -while True: - x = input() - for token in theb.Completion.create(x): - print(token, end='', flush=True) - print("") -``` diff --git a/g4f/.v1/gpt4free/theb/__init__.py b/g4f/.v1/gpt4free/theb/__init__.py deleted file mode 100644 index 0177194e..00000000 --- a/g4f/.v1/gpt4free/theb/__init__.py +++ /dev/null @@ -1,76 +0,0 @@ -from json import loads -from queue import Queue, Empty -from re import findall -from threading import Thread -from typing import Generator, Optional - -from curl_cffi import requests -from fake_useragent import UserAgent - - -class Completion: - # experimental - part1 = '{"role":"assistant","id":"chatcmpl' - part2 = '"},"index":0,"finish_reason":null}]}}' - regex = rf'{part1}(.*){part2}' - - timer = None - message_queue = Queue() - stream_completed = False - last_msg_id = None - - @staticmethod - def request(prompt: str, proxy: Optional[str] = None): - headers = { - 'authority': 'chatbot.theb.ai', - 'content-type': 'application/json', - 'origin': 'https://chatbot.theb.ai', - 'user-agent': UserAgent().random, - } - - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else None - - options = {} - if Completion.last_msg_id: - options['parentMessageId'] = Completion.last_msg_id - - requests.post( - 'https://chatbot.theb.ai/api/chat-process', - headers=headers, - proxies=proxies, - content_callback=Completion.handle_stream_response, - json={'prompt': prompt, 'options': options}, - timeout=100000 - ) - - Completion.stream_completed = True - - @staticmethod - def create(prompt: str, proxy: Optional[str] = None) -> Generator[str, None, None]: - Completion.stream_completed = False - - Thread(target=Completion.request, args=[prompt, proxy]).start() - - while not Completion.stream_completed or not Completion.message_queue.empty(): - try: - message = Completion.message_queue.get(timeout=0.01) - for message in findall(Completion.regex, message): - message_json = loads(Completion.part1 + message + Completion.part2) - Completion.last_msg_id = message_json['id'] - yield message_json['delta'] - - except Empty: - pass - - @staticmethod - def handle_stream_response(response): - Completion.message_queue.put(response.decode()) - - @staticmethod - def get_response(prompt: str, proxy: Optional[str] = None) -> str: - response_list = [] - for message in Completion.create(prompt, proxy): - response_list.append(message) - return ''.join(response_list) - - Completion.message_queue.put(response.decode(errors='replace')) diff --git a/g4f/.v1/gpt4free/theb/theb_test.py b/g4f/.v1/gpt4free/theb/theb_test.py deleted file mode 100644 index c57d5c62..00000000 --- a/g4f/.v1/gpt4free/theb/theb_test.py +++ /dev/null @@ -1,4 +0,0 @@ -import theb - -for token in theb.Completion.create('hello world'): - print(token, end='', flush=True) diff --git a/g4f/.v1/gpt4free/usesless/README.md b/g4f/.v1/gpt4free/usesless/README.md deleted file mode 100644 index 7b2ea169..00000000 --- a/g4f/.v1/gpt4free/usesless/README.md +++ /dev/null @@ -1,33 +0,0 @@ -ai.usesless.com - -### Example: `usesless` - -### Token generation -

This will create account.json that contains email and token in json

- -```python -from gpt4free import usesless - - -token = usesless.Account.create(logging=True) -print(token) -``` - -### Completion -

Insert token from account.json

- -```python -import usesless - -message_id = "" -token = # usesless.Account.create(logging=True) -while True: - prompt = input("Question: ") - if prompt == "!stop": - break - - req = usesless.Completion.create(prompt=prompt, parentMessageId=message_id, token=token) - - print(f"Answer: {req['text']}") - message_id = req["id"] -``` diff --git a/g4f/.v1/gpt4free/usesless/__init__.py b/g4f/.v1/gpt4free/usesless/__init__.py deleted file mode 100644 index 00f7f75d..00000000 --- a/g4f/.v1/gpt4free/usesless/__init__.py +++ /dev/null @@ -1,158 +0,0 @@ -import string -import time -import re -import json -import requests -import fake_useragent -import random -from password_generator import PasswordGenerator - -from .utils import create_email, check_email - - -class Account: - @staticmethod - def create(logging: bool = False): - is_custom_domain = input( - "Do you want to use your custom domain name for temporary email? [Y/n]: " - ).upper() - - if is_custom_domain == "Y": - mail_address = create_email(custom_domain=True, logging=logging) - elif is_custom_domain == "N": - mail_address = create_email(custom_domain=False, logging=logging) - else: - print("Please, enter either Y or N") - return - - name = string.ascii_lowercase + string.digits - username = "".join(random.choice(name) for i in range(20)) - - pwo = PasswordGenerator() - pwo.minlen = 8 - password = pwo.generate() - - session = requests.Session() - - register_url = "https://ai.usesless.com/api/cms/auth/local/register" - register_json = { - "username": username, - "password": password, - "email": mail_address, - } - headers = { - "authority": "ai.usesless.com", - "accept": "application/json, text/plain, */*", - "accept-language": "en-US,en;q=0.5", - "cache-control": "no-cache", - "sec-fetch-dest": "empty", - "sec-fetch-mode": "cors", - "sec-fetch-site": "same-origin", - "user-agent": fake_useragent.UserAgent().random, - } - register = session.post(register_url, json=register_json, headers=headers) - if logging: - if register.status_code == 200: - print("Registered successfully") - else: - print(register.status_code) - print(register.json()) - print("There was a problem with account registration, try again") - - if register.status_code != 200: - quit() - - while True: - time.sleep(5) - messages = check_email(mail=mail_address, logging=logging) - - # Check if method `message_list()` didn't return None or empty list. - if not messages or len(messages) == 0: - # If it returned None or empty list sleep for 5 seconds to wait for new message. - continue - - message_text = messages[0]["content"] - verification_url = re.findall( - r"http:\/\/ai\.usesless\.com\/api\/cms\/auth\/email-confirmation\?confirmation=\w.+\w\w", - message_text, - )[0] - if verification_url: - break - - session.get(verification_url) - login_json = {"identifier": mail_address, "password": password} - login_request = session.post( - url="https://ai.usesless.com/api/cms/auth/local", json=login_json - ) - - token = login_request.json()["jwt"] - if logging and token: - print(f"Token: {token}") - - with open("account.json", "w") as file: - json.dump({"email": mail_address, "token": token}, file) - if logging: - print( - "\nNew account credentials has been successfully saved in 'account.json' file" - ) - - return token - - -class Completion: - @staticmethod - def create( - token: str, - systemMessage: str = "You are a helpful assistant", - prompt: str = "", - parentMessageId: str = "", - presence_penalty: float = 1, - temperature: float = 1, - model: str = "gpt-3.5-turbo", - ): - headers = { - "authority": "ai.usesless.com", - "accept": "application/json, text/plain, */*", - "accept-language": "en-US,en;q=0.5", - "cache-control": "no-cache", - "sec-fetch-dest": "empty", - "sec-fetch-mode": "cors", - "sec-fetch-site": "same-origin", - "user-agent": fake_useragent.UserAgent().random, - "Authorization": f"Bearer {token}", - } - - json_data = { - "openaiKey": "", - "prompt": prompt, - "options": { - "parentMessageId": parentMessageId, - "systemMessage": systemMessage, - "completionParams": { - "presence_penalty": presence_penalty, - "temperature": temperature, - "model": model, - }, - }, - } - - url = "https://ai.usesless.com/api/chat-process" - request = requests.post(url, headers=headers, json=json_data) - request.encoding = request.apparent_encoding - content = request.content - - response = Completion.__response_to_json(content) - return response - - - @classmethod - def __response_to_json(cls, text) -> str: - text = str(text.decode("utf-8")) - - split_text = text.rsplit("\n", 1) - if len(split_text) > 1: - to_json = json.loads(split_text[1]) - return to_json - else: - return None - diff --git a/g4f/.v1/gpt4free/usesless/account.json b/g4f/.v1/gpt4free/usesless/account.json deleted file mode 100644 index 53a210ac..00000000 --- a/g4f/.v1/gpt4free/usesless/account.json +++ /dev/null @@ -1 +0,0 @@ -{"email": "enganese-test-email@1secmail.net", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Mzg1MDEsImlhdCI6MTY4NTExMDgzOSwiZXhwIjoxNzE2NjY4NDM5fQ.jfEQOFWYQP2Xx4U-toorPg3nh31mxl3L0D2hRROmjZA"} \ No newline at end of file diff --git a/g4f/.v1/gpt4free/usesless/account_creation.py b/g4f/.v1/gpt4free/usesless/account_creation.py deleted file mode 100644 index 05819453..00000000 --- a/g4f/.v1/gpt4free/usesless/account_creation.py +++ /dev/null @@ -1,3 +0,0 @@ -import usesless - -usesless.Account.create(logging=True) diff --git a/g4f/.v1/gpt4free/usesless/test.py b/g4f/.v1/gpt4free/usesless/test.py deleted file mode 100644 index ade1e0c5..00000000 --- a/g4f/.v1/gpt4free/usesless/test.py +++ /dev/null @@ -1,10 +0,0 @@ -# Fix by @enganese -# Import Account class from __init__.py file -from gpt4free import usesless - -# Create Account and enable logging to see all the log messages (it's very interesting, try it!) -# New account credentials will be automatically saved in account.json file in such template: {"email": "username@1secmail.com", "token": "token here"} -token = usesless.Account.create(logging=True) - -# Print the new token -print(token) diff --git a/g4f/.v1/gpt4free/usesless/utils/__init__.py b/g4f/.v1/gpt4free/usesless/utils/__init__.py deleted file mode 100644 index 818c605d..00000000 --- a/g4f/.v1/gpt4free/usesless/utils/__init__.py +++ /dev/null @@ -1,139 +0,0 @@ -import requests -import random -import string -import time -import sys -import re -import os - - -def check_email(mail, logging: bool = False): - username = mail.split("@")[0] - domain = mail.split("@")[1] - reqLink = f"https://www.1secmail.com/api/v1/?action=getMessages&login={username}&domain={domain}" - req = requests.get(reqLink) - req.encoding = req.apparent_encoding - req = req.json() - - length = len(req) - - if logging: - os.system("cls" if os.name == "nt" else "clear") - time.sleep(1) - print("Your temporary mail:", mail) - - if logging and length == 0: - print( - "Mailbox is empty. Hold tight. Mailbox is refreshed automatically every 5 seconds.", - ) - else: - messages = [] - id_list = [] - - for i in req: - for k, v in i.items(): - if k == "id": - id_list.append(v) - - x = "mails" if length > 1 else "mail" - - if logging: - print( - f"Mailbox has {length} {x}. (Mailbox is refreshed automatically every 5 seconds.)" - ) - - for i in id_list: - msgRead = f"https://www.1secmail.com/api/v1/?action=readMessage&login={username}&domain={domain}&id={i}" - req = requests.get(msgRead) - req.encoding = req.apparent_encoding - req = req.json() - - for k, v in req.items(): - if k == "from": - sender = v - if k == "subject": - subject = v - if k == "date": - date = v - if k == "textBody": - content = v - - if logging: - print( - "Sender:", - sender, - "\nTo:", - mail, - "\nSubject:", - subject, - "\nDate:", - date, - "\nContent:", - content, - "\n", - ) - messages.append( - { - "sender": sender, - "to": mail, - "subject": subject, - "date": date, - "content": content, - } - ) - - if logging: - os.system("cls" if os.name == "nt" else "clear") - return messages - - -def create_email(custom_domain: bool = False, logging: bool = False): - domainList = ["1secmail.com", "1secmail.net", "1secmail.org"] - domain = random.choice(domainList) - try: - if custom_domain: - custom_domain = input( - "\nIf you enter 'my-test-email' as your domain name, mail address will look like this: 'my-test-email@1secmail.com'" - "\nEnter the name that you wish to use as your domain name: " - ) - - newMail = f"https://www.1secmail.com/api/v1/?login={custom_domain}&domain={domain}" - reqMail = requests.get(newMail) - reqMail.encoding = reqMail.apparent_encoding - - username = re.search(r"login=(.*)&", newMail).group(1) - domain = re.search(r"domain=(.*)", newMail).group(1) - mail = f"{username}@{domain}" - - if logging: - print("\nYour temporary email was created successfully:", mail) - return mail - - else: - name = string.ascii_lowercase + string.digits - random_username = "".join(random.choice(name) for i in range(10)) - newMail = f"https://www.1secmail.com/api/v1/?login={random_username}&domain={domain}" - - reqMail = requests.get(newMail) - reqMail.encoding = reqMail.apparent_encoding - - username = re.search(r"login=(.*)&", newMail).group(1) - domain = re.search(r"domain=(.*)", newMail).group(1) - mail = f"{username}@{domain}" - - if logging: - print("\nYour temporary email was created successfully:", mail) - return mail - - except KeyboardInterrupt: - requests.post( - "https://www.1secmail.com/mailbox", - data={ - "action": "deleteMailbox", - "login": f"{username}", - "domain": f"{domain}", - }, - ) - if logging: - print("\nKeyboard Interrupt Detected! \nTemporary mail was disposed!") - os.system("cls" if os.name == "nt" else "clear") diff --git a/g4f/.v1/gpt4free/you/README.md b/g4f/.v1/gpt4free/you/README.md deleted file mode 100644 index e1917c6d..00000000 --- a/g4f/.v1/gpt4free/you/README.md +++ /dev/null @@ -1,38 +0,0 @@ -### Example: `you` (use like openai pypi package) - -```python - -from gpt4free import you - -# simple request with links and details -response = you.Completion.create( - prompt="hello world", - detailed=True, - include_links=True, ) - -print(response.dict()) - -# { -# "response": "...", -# "links": [...], -# "extra": {...}, -# "slots": {...} -# } -# } - -# chatbot - -chat = [] - -while True: - prompt = input("You: ") - if prompt == 'q': - break - response = you.Completion.create( - prompt=prompt, - chat=chat) - - print("Bot:", response.text) - - chat.append({"question": prompt, "answer": response.text}) -``` diff --git a/g4f/.v1/gpt4free/you/__init__.py b/g4f/.v1/gpt4free/you/__init__.py deleted file mode 100644 index 11847fb5..00000000 --- a/g4f/.v1/gpt4free/you/__init__.py +++ /dev/null @@ -1,127 +0,0 @@ -import json -import re -from typing import Optional, List, Dict, Any -from uuid import uuid4 - -from fake_useragent import UserAgent -from pydantic import BaseModel -from requests import RequestException -from retrying import retry -from tls_client import Session -from tls_client.response import Response - - -class YouResponse(BaseModel): - text: Optional[str] = None - links: List[str] = [] - extra: Dict[str, Any] = {} - - -class Completion: - @staticmethod - def create( - prompt: str, - page: int = 1, - count: int = 10, - safe_search: str = 'Moderate', - on_shopping_page: bool = False, - mkt: str = '', - response_filter: str = 'WebPages,Translations,TimeZone,Computation,RelatedSearches', - domain: str = 'youchat', - query_trace_id: str = None, - chat: list = None, - include_links: bool = False, - detailed: bool = False, - debug: bool = False, - proxy: Optional[str] = None, - ) -> YouResponse: - if chat is None: - chat = [] - - proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else {} - - client = Session(client_identifier='chrome_108') - client.headers = Completion.__get_headers() - client.proxies = proxies - - params = { - 'q': prompt, - 'page': page, - 'count': count, - 'safeSearch': safe_search, - 'onShoppingPage': on_shopping_page, - 'mkt': mkt, - 'responseFilter': response_filter, - 'domain': domain, - 'queryTraceId': str(uuid4()) if query_trace_id is None else query_trace_id, - 'chat': str(chat), # {'question':'','answer':' ''} - } - - try: - response = Completion.__make_request(client, params) - except Exception: - return Completion.__get_failure_response() - - if debug: - print('\n\n------------------\n\n') - print(response.text) - print('\n\n------------------\n\n') - - you_chat_serp_results = re.search( - r'(?<=event: youChatSerpResults\ndata:)(.*\n)*?(?=event: )', response.text - ).group() - third_party_search_results = re.search( - r'(?<=event: thirdPartySearchResults\ndata:)(.*\n)*?(?=event: )', response.text - ).group() - # slots = findall(r"slots\ndata: (.*)\n\nevent", response.text)[0] - - text = ''.join(re.findall(r'{\"youChatToken\": \"(.*?)\"}', response.text)) - - extra = { - 'youChatSerpResults': json.loads(you_chat_serp_results), - # 'slots' : loads(slots) - } - - response = YouResponse(text=text.replace('\\n', '\n').replace('\\\\', '\\').replace('\\"', '"')) - if include_links: - response.links = json.loads(third_party_search_results)['search']['third_party_search_results'] - - if detailed: - response.extra = extra - - return response - - @staticmethod - def __get_headers() -> dict: - return { - 'authority': 'you.com', - 'accept': 'text/event-stream', - 'accept-language': 'en,fr-FR;q=0.9,fr;q=0.8,es-ES;q=0.7,es;q=0.6,en-US;q=0.5,am;q=0.4,de;q=0.3', - 'cache-control': 'no-cache', - 'referer': 'https://you.com/search?q=who+are+you&tbm=youchat', - 'sec-ch-ua': '"Not_A Brand";v="99", "Google Chrome";v="109", "Chromium";v="109"', - 'sec-ch-ua-mobile': '?0', - 'sec-ch-ua-platform': '"Windows"', - 'sec-fetch-dest': 'empty', - 'sec-fetch-mode': 'cors', - 'sec-fetch-site': 'same-origin', - 'cookie': f'safesearch_guest=Moderate; uuid_guest={str(uuid4())}', - 'user-agent': UserAgent().random, - } - - @staticmethod - def __get_failure_response() -> YouResponse: - return YouResponse(text='Unable to fetch the response, Please try again.') - - @staticmethod - @retry( - wait_fixed=5000, - stop_max_attempt_number=5, - retry_on_exception=lambda e: isinstance(e, RequestException), - ) - def __make_request(client: Session, params: dict) -> Response: - response = client.get(f'https://you.com/api/streamingSearch', params=params) - if 'youChatToken' not in response.text: - print('retry') - raise RequestException('Unable to get the response from server') - return response diff --git a/g4f/.v1/gui/README.md b/g4f/.v1/gui/README.md deleted file mode 100644 index c0406216..00000000 --- a/g4f/.v1/gui/README.md +++ /dev/null @@ -1,78 +0,0 @@ -# gpt4free gui - -This code provides a Graphical User Interface (GUI) for gpt4free. Users can ask questions and get answers from GPT-4 API's, utilizing multiple API implementations. The project contains two different Streamlit applications: `streamlit_app.py` and `streamlit_chat_app.py`. - -In addition, a new GUI script specifically implemented using PyWebIO has been added and can be found in the pywebio-gui folder. If there are errors with the Streamlit version, you can try using the PyWebIO version instead - -Installation ------------- - -1. Clone the repository. -2. Install the required dependencies with: `pip install -r requirements.txt`. -3. To use `streamlit_chat_app.py`, note that it depends on a pull request (PR #24) from the https://github.com/AI-Yash/st-chat/ repository, which may change in the future. The current dependency library can be found at https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip. - -Analytics Disclaimer ------ -The streamlit browser app collects heavy analytics even when running locally. This includes events for every page load, form submission including metadata on queries (like length), browser and client information including host ips. These are all transmitted to a 3rd party analytics group, Segment.com. - -Usage ------ - -Choose one of the Streamlit applications to run: - -### streamlit\_app.py - -This application provides a simple interface for asking GPT-4 questions and receiving answers. - -To run the application: - -run: -```arduino -streamlit run gui/streamlit_app.py -``` -
- -image - -
-
- -preview: - -image - - -### streamlit\_chat\_app.py - -This application provides a chat-like interface for asking GPT-4 questions and receiving answers. It supports multiple query methods, and users can select the desired API for their queries. The application also maintains a conversation history. - -To run the application: - -```arduino -streamlit run streamlit_chat_app.py -``` - -
- -image - -
-
- -preview: - -image - -Contributing ------------- - -Feel free to submit pull requests, report bugs, or request new features by opening issues on the GitHub repository. - -Bug ----- -There is a bug in `streamlit_chat_app.py` right now that I haven't pinpointed yet, probably is really simple but havent had the time to look for it. Whenever you open a new conversation or access an old conversation it will only start prompt-answering after the second time you input to the text input, other than that, everything else seems to work accordingly. - -License -------- - -This project is licensed under the MIT License. diff --git a/g4f/.v1/gui/__init__.py b/g4f/.v1/gui/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/g4f/.v1/gui/image1.png b/g4f/.v1/gui/image1.png deleted file mode 100644 index fb84ae7fef5d4a65759fca381e3bf220aab44eaa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 172284 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