Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bing Chat if possible #49

Closed
Fadyio opened this issue Mar 21, 2023 · 18 comments
Closed

Add Bing Chat if possible #49

Fadyio opened this issue Mar 21, 2023 · 18 comments
Labels
enhancement New feature or request

Comments

@Fadyio
Copy link

Fadyio commented Mar 21, 2023

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Please add Bing Chat if possible.

Describe the solution you'd like
Please add Bing Chat if possible, so that we can access GPT-4 for free.

@josStorer
Copy link
Owner

I will consider adding this feature

@josStorer josStorer added the enhancement New feature or request label Mar 21, 2023
@josStorer
Copy link
Owner

New Bing is now supported! v2.1.2
@Fadyio @petriewong @Gloriousdefender @azraeljack @xilopaint

@xilopaint
Copy link

Could you replace "ChatGPT" with "Bing" when the latter is selected?

Screenshot 2023-03-26 at 13 17 38

Also, this reply seems to have minor glitches in the text.

@josStorer
Copy link
Owner

josStorer commented Mar 26, 2023

I will fix this in a later version
new bing inserts reference markers for data sources

@xilopaint
Copy link

Thanks! What Bing Chat mode is the extension running on?

@josStorer
Copy link
Owner

Balanced, Sydney, Websocket connect

@josStorer
Copy link
Owner

I found that I can't download the conversation history in newbing mode, so I will solve this problem as soon as possible tomorrow, and by the way fix the display name problem you mentioned

@xilopaint
Copy link

Sydney? I thought that was a Reddit joke. lol

Btw, the best mode is creative.

@albertkinng
Copy link

Could you replace "ChatGPT" with "Bing" when the latter is selected?

Why is this important? Serious question. ChatGPT it's what is running under the hood, right?

@xilopaint
Copy link

Could you replace "ChatGPT" with "Bing" when the latter is selected?

Why is this important? Serious question. ChatGPT it's what is running under the hood, right?

ChatGPT is a chatbot. Chatbots run on language models like GPT-3 and GPT-4. Bing, another chatbot, uses customized versions of OpenAI's language models but they're not equal as Microsoft has its own work in the customization.

If you have any doubts just ask Bing:

Screenshot 2023-03-27 at 02 49 01

josStorer added a commit that referenced this issue Mar 27, 2023
…tiple different models to be used at the same time (#49)
@josStorer
Copy link
Owner

In the next version, you will see accurate model names, and each chat box will be able to use independent API, and you can use multiple APIs at the same time

image

@xilopaint
Copy link

Thanks!

@albertkinng
Copy link

If you have any doubts just ask Bing:

It appears that we have a misunderstanding. It's perfectly fine if you have a different opinion about Bing and ChatGPT. If I remove the ChatGPT API from my automatic services' app on my website, the chatbot will not work as it should, even if I name it Billy. While this is only my experience, it's possible that Microsoft may develop another language on top of ChatGPT to replace OpenAI. Ultimately, only time will tell.

@xilopaint
Copy link

It appears that we have a misunderstanding. It's perfectly fine if you have a different opinion about Bing and ChatGPT. If I remove the ChatGPT API from my automatic services' app on my website, the chatbot will not work as it should, even if I name it Billy. While this is only my experience, it's possible that Microsoft may develop another language on top of ChatGPT to replace OpenAI. Ultimately, only time will tell.

I didn't give you an opinion but facts. Bing is not ChatGPT, they are different chatbots with different capabilities and behaviors. Both Microsoft and Open AI disagree with your idea that they are the same. Naming different things with different names is just a basic design principle.

@albertkinng
Copy link

Bing is not ChatGPT, they are different

Please remove the ChatGPT API from Bing and inform me of its functionality in its absence. I understand if you do not share my perspective, and I acknowledge that Bing is distinct from ChatGPT. If necessary, I concede that you are correct and I am mistaken. Let us appreciate this implementation in our browsers and derive enjoyment from it, alright?

1 similar comment
@albertkinng
Copy link

Bing is not ChatGPT, they are different

Please remove the ChatGPT API from Bing and inform me of its functionality in its absence. I understand if you do not share my perspective, and I acknowledge that Bing is distinct from ChatGPT. If necessary, I concede that you are correct and I am mistaken. Let us appreciate this implementation in our browsers and derive enjoyment from it, alright?

@xilopaint
Copy link

xilopaint commented Mar 27, 2023

Please remove the ChatGPT API from Bing and inform me of its functionality in its absence. I understand if you do not share my perspective, and I acknowledge that Bing is distinct from ChatGPT. If necessary, I concede that you are correct and I am mistaken. Let us appreciate this implementation in our browsers and derive enjoyment from it, alright?

Bing doesn't use ChatGPT API, just an altered version of its language model. This is an excerpt from Microsoft's New Bing launch announcement on their website, where Bing is called "faster, more accurate, and more capable" than ChatGPT.:

The new Bing experience is a culmination of four technical breakthroughs:

  • Next-generation OpenAI model. We’re excited to announce the new Bing is running on a new, next-generation OpenAI large language model that is more powerful than ChatGPT and customized specifically for search. It takes key learnings and advancements from ChatGPT and GPT-3.5 – and it is even faster, more accurate and more capable.

  • Microsoft Prometheus model. We have developed a proprietary way of working with the OpenAI model that allows us to best leverage its power. We call this collection of capabilities and techniques the Prometheus model. This combination gives you more relevant, timely and targeted results, with improved safety.

  • Applying AI to core search algorithm. We’ve also applied the AI model to our core Bing search ranking engine, which led to the largest jump in relevance in two decades. With this AI model, even basic search queries are more accurate and more relevant.

  • New user experience.* We’re reimagining how you interact with search, browser and chat by pulling them into a unified experience. This will unlock a completely new way to interact with the web.

There's also this Zdnet article written in the wake of the announcment: How to use the new Bing (and how it's different from ChatGPT).

I am now ending the discussion. I can see that you are not familiar with the basics of technology, just someone who happens to have a GitHub account.

@albertkinng
Copy link

I am now ending the discussion.

"I don't even know why you are desperate to prove that Bing is not related to ChatGPT. I already told you that I'm fine with your point, and I have no intention of proving you wrong. I guess you're younger than me based on the "you're not familiar with the basics of technology" rant. The fact that you think GitHub is enough to determine someone's technology knowledge is hilarious. It's okay, man. Bing is not ChatGPT. Thanks for the "I am ending the discussion" sentence. That was very funny, Captain."

josStorer added a commit that referenced this issue Apr 27, 2023
…tiple different models to be used at the same time (#49)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants