mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-26 12:41:56 +03:00
readme and credit
This commit is contained in:
parent
9c5ead57b6
commit
e991484e2d
5
testing/binghuan/README.md
Normal file
5
testing/binghuan/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
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)
|
@ -1,3 +1,5 @@
|
||||
# Original Code From : https://gitler.moe/g4f/gpt4free
|
||||
# https://gitler.moe/g4f/gpt4free/src/branch/main/g4f/Provider/Providers/helpers/bing.py
|
||||
import sys
|
||||
import ssl
|
||||
import uuid
|
||||
|
Loading…
Reference in New Issue
Block a user