Difference between revisions of "Bing/Copilot"

From
Jump to: navigation, search
m
m
Line 14: Line 14:
 
* [https://www.bing.com/search?q=microsoft+ai+chatbot+bing&showconv=1 Bing]] | [[Microsoft]]
 
* [https://www.bing.com/search?q=microsoft+ai+chatbot+bing&showconv=1 Bing]] | [[Microsoft]]
 
* [[Generative AI]]  ... [[OpenAI]]'s [[ChatGPT]] ... [[Perplexity]]  ... [[Microsoft]]'s [[Bing]] ... [[You]] ...[[Google]]'s [[Bard]] ... [[Baidu]]'s [[Ernie]]
 
* [[Generative AI]]  ... [[OpenAI]]'s [[ChatGPT]] ... [[Perplexity]]  ... [[Microsoft]]'s [[Bing]] ... [[You]] ...[[Google]]'s [[Bard]] ... [[Baidu]]'s [[Ernie]]
* [[Assistants]] ... [[Hybrid Assistants]]  ... [[Agents]]  ... [[Negotiation]] ... [[LangChain]]
+
* [[Assistants]] ... [[Hybrid Assistants]]  ... [[Agents]]  ... [[Negotiation]] ... [[Hugging_Face#HuggingGPT|HuggingGPT]] ... [[LangChain]]
 
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
 
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]

Revision as of 17:15, 9 April 2023

YouTube ... Quora ...Google search ...Google News ...Bing News






Bing is a search engine that has a chat mode powered by OpenAI’s Large Language Model (LLM) such as Generative Pre-trained Transformer 4 (GPT-4). Bing AI has some additional features that GPT-4 does not have. Bing AI is capable of producing images from simple prompts, and citing sources for information.

Possible flow:

  1. Get 'Chat prompt' from user; Bing uses the prompt to understand your intent
  2. Use 'Chat prompt' to perform 'traditional web search' to yield 'web search result'
  3. From 'web search result' use ChatGPT to formulate 'Chat answer' back to user
  4. Using 'Chat answer' find best 'reference links' to show back to user