Do you need to file an issue?
Describe the bug
Launching the docker container for the very first time, users are unable to create a new Profile, so they cannot configure their LLM models.
Steps to reproduce
- Remove or rename any existing '/data' folders left over from previous versions, so that the system can bootstrap an initial configuration.
- Launch docker using
docker-compose.ghcr.yml from the project root.
- Visit the web UI and go to Settings->LLM.
- Message 'No profiles configured. Add a profile to start.' is displayed, but there is no button to add a new profile.
Expected Behavior
There should be a button to create a new profile when there are no pre-existing profiles.
If I use an already-configured model_catalog.json file, there is an Add Profile button visible, but its only visible because at least one profile has already been created. New users will have no way to get started from the UI.
Related Module
Dashboard
Configuration Used
The initial default config for the Docker container on first launch.
Logs and screenshots
Additional Information
- DeepTutor Version:
- Operating System:
- Python Version:
- Node.js Version:
- Browser (if applicable):
- Related Issues:
Do you need to file an issue?
Describe the bug
Launching the docker container for the very first time, users are unable to create a new Profile, so they cannot configure their LLM models.
Steps to reproduce
docker-compose.ghcr.ymlfrom the project root.Expected Behavior
There should be a button to create a new profile when there are no pre-existing profiles.
If I use an already-configured
model_catalog.jsonfile, there is an Add Profile button visible, but its only visible because at least one profile has already been created. New users will have no way to get started from the UI.Related Module
Dashboard
Configuration Used
The initial default config for the Docker container on first launch.
Logs and screenshots
Additional Information