rootbot icon indicating copy to clipboard operation
rootbot copied to clipboard

Teams AI Bot integrated with several LLMs services (ChatGPT, GPT-3, DALL-E) from Azure OpenAI & OpenAI. Support Teams Message Extensions, Teams Task Modules and Adaptive Cards.

Results 4 rootbot issues
Sort by recently updated
recently updated
newest added

Hi, Just like this repo: https://github.com/Azure-Samples/azure-search-openai-demo/, would be nice to have your project with skills to answer questions based on documents, data lakes or databases data.

Hi, This issue is to recommend a web interface, so clients can use same experience via Teams and Web.

Hi, This issue is to recommend an integration with CosmosDB or any other DB to save conversation history for audit and analysis propose.

Now with gpt-4-32k, would it make sense to switch to `openai.ChatCompletion.create` instead of `openai.Completion.create` API? I know there is dependency on `chatgpt-api` but that library doesn't help on supporting multi-sessions...