Automating Customer Feedback Classification: Seeking Help on Dust App Setup
Hello everyone 👋 I'm working on an automated customer feedback classification system that processes comments from our database using a Dust App for internal use.
The app is designed to categorize customer feedback into predefined categories using an LLM.
The workflow involves using Python to extract customer feedback data from DB.
Sending it through my Dust app's API for classification.
Then storing the results in Google Sheets to upload the classification to our DB.
(DB → Python → DustApp→ LLM → DustApp → Python → Google Sheets→ DB)
Currently, I'm running into provider configuration issues as when I initially created the app, no providers were available, and I had to use our OpenAI API key to test. I'd like to understand how to properly set up providers in Dust, as this would be more suitable for my App? Do I need to continue using our key or is there another solution where we don’t need to have an API key for an LLM and only using the Dust API ? If you have any suggestions or recommendations? Thanks in advance !