xtekky / gpt4free

The official gpt4free repository | various collection of powerful language models
https://g4f.ai
GNU General Public License v3.0
60.05k stars 13.22k forks source link

Bing strange response when i use it #1761

Closed rocryptogroup closed 5 months ago

rocryptogroup commented 5 months ago

I'm having problems when I use Bing. Usually i use bing gpt4 to research various topics, works a week ago but not now. He did not want to access internet, it's not gpt-4-turbo because it's stupid.

CODE:

""" from g4f.client import Client from g4f.Provider import Bing

import g4f.debug g4f.debug.logging = True g4f.check_version = True

client = Client( provider=Bing, )

response = g4f.ChatCompletion.create( model="gpt-4-turbo", provider=g4f.Provider.Bing, messages=[{"role": "user", "content": "explain this article https://openai.com/blog/openai-elon-musk"}], ) print(response) """ Untitled

prompt: Give me the Bitcoin price for today.

Untitled2

Environment

Windows 10 Anaconda Python 3.9.13 (this is my application requirements) Last version 0.2.7.1

What am I missing?

zukixa commented 5 months ago

https://twitter.com/emollick/status/1747091246860894479

jesst3r commented 5 months ago

Bing provider RIP :(

github-actions[bot] commented 5 months ago

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

github-actions[bot] commented 5 months ago

Closing due to inactivity.