"Hi, is there a chatbot created to generate PowerPoint presentations using the OpenAI Assistant API? It should be capable of learning from previous presentations and creating new ones based on them, while only modifying the content of slides, not the entire slides. Alternatively, are there other RAG or LLM models you could recommend?"
"My CSV files or local database files include numbers, date-time, texts, and null values. I want to create a chatbot where users ask questions and it looks into those tables and responds accordingly. I've tried using Mistral, Tapas, and Tapex, but didn't get satisfactory answers. Someone suggested the idea of first translating the question into an SQL query and then providing a response in a language the user can understand. Is there a tutorial for this?
"Hello, has anyone previously added the web search feature for the OpenAI assistant API? It responds to my own files, but sometimes it needs to search the internet. Even though I added it in the instructions, it doesn't perform the search. Can I solve this issue only with functions, or is there another way?
Hi, i want to build a Local GPT, my dataset is structured and will taken from my local DB, which LLM models will be better for my case? Mistral, Llama or Tapas, Tapex? Thank you