Context
Employees of a large enterprise company wish for a more powerful search function in the social intranet of the company. The problem is, the content is spread around multiple ressources, such as intranet articles, GitHub, Mattermost, etc. The Bing Chat, which runs on the GPT-4 model by OpenAI, could represent a possible solution to that problem. In addition to generating responses, Bing Chat also searches for information in the internet, includes links to that information and integrates these links directly into the generated response.
Task
Create a proof-of-concept implementation of an ai assisted ChatBot similar to Bing Chat.
Details
Since it is a POC, it is not required to access Company resources. Search in openly available sources, such as (at least) Google, public GitHub repositories and StackOverflow is sufficient.
OpenAI (e.g. the gpt-3.5-turbo model) or a similar library should be used.
GUI is not required, CLI interaction is sufficient.
Context Employees of a large enterprise company wish for a more powerful search function in the social intranet of the company. The problem is, the content is spread around multiple ressources, such as intranet articles, GitHub, Mattermost, etc. The Bing Chat, which runs on the GPT-4 model by OpenAI, could represent a possible solution to that problem. In addition to generating responses, Bing Chat also searches for information in the internet, includes links to that information and integrates these links directly into the generated response.
Task Create a proof-of-concept implementation of an ai assisted ChatBot similar to Bing Chat.
Details