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

ChatBot similar to Bing Chat #25

Open
NikitaDuemmel90 opened this issue Mar 20, 2023 · 0 comments
Open

ChatBot similar to Bing Chat #25

NikitaDuemmel90 opened this issue Mar 20, 2023 · 0 comments

Comments

@NikitaDuemmel90
Copy link

NikitaDuemmel90 commented Mar 20, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant