diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-07-11 20:27:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 20:27:55 +0200 |
commit | c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0 (patch) | |
tree | f52cd8d2ebcd0bde349fb8759c08696ef3614015 /testing/binghuan/README.md | |
parent | Merge pull request #739 from bagusindrayana/wewordle (diff) | |
parent | update encoding (diff) | |
download | gpt4free-c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0.tar gpt4free-c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0.tar.gz gpt4free-c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0.tar.bz2 gpt4free-c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0.tar.lz gpt4free-c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0.tar.xz gpt4free-c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0.tar.zst gpt4free-c3b0919f7c22a214f4e5e15f884dcac6d70bb1b0.zip |
Diffstat (limited to 'testing/binghuan/README.md')
-rw-r--r-- | testing/binghuan/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/binghuan/README.md b/testing/binghuan/README.md new file mode 100644 index 00000000..642f1fee --- /dev/null +++ b/testing/binghuan/README.md @@ -0,0 +1,7 @@ +https://github.com/xtekky/gpt4free/issues/40#issuecomment-1630946450 +flow chat process is realy like real Bing (create conversation,listern to websocket and more) +so i just use code Bing Provider from https://gitler.moe/g4f/gpt4free/ version and replace API endpoint and some conversationstyles and work fine + +but bing dont realy support multi/continues conversation (using prompt template from original Provider : def convert(messages) : https://github.com/xtekky/gpt4free/blob/e594500c4e7a8443e9b3f4af755c72f42dae83f0/g4f/Provider/Providers/Bing.py#L322) + +also i have problem with emoji encoding idk how to fix that
\ No newline at end of file |