Remove default model selection on startup

#18

• Removed the index=0 parameter from the stDatalist call so that no model is pre-selected when the app loads.
• Added a check to display an informational message and stop execution if the user does not select a model.
• This change prevents the app from automatically allocating the “NousResearch/Meta-Llama-3-8B-Instruct” model by default, ensuring that users explicitly choose a model before proceeding.

The error was related to a change in the huggingface API. See here

Vokturz changed pull request status to closed

Sign up or log in to comment