MrDio / Applied-AI-Technologies

Repo for the lecture "Applied Artificial Intelligence" at the University of Applied Sciences Esslingen created by Dionysios Satikidis and Jan Seyler.
https://github.com/MrDio/Applied-AI-Technologies
GNU General Public License v3.0
11 stars 25 forks source link

ChatBot similar to Bing Chat #25

Open NikitaDuemmel90 opened 1 year ago

NikitaDuemmel90 commented 1 year ago

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