ClinicianFOCUS / FreeScribe

A medical scribe capable of creating SOAP notes running Whisper and Kobold based on conversation with a patient
GNU General Public License v3.0
0 stars 0 forks source link

Model Simplifcations #9

Closed ItsSimko closed 1 week ago

ItsSimko commented 2 weeks ago

Create a dropdown list for the model type in the settings that can ping the model endpoint eg

https://someennpoint.com/v1/models <- this should work with any OpenAI api format! This returns a list of models used by the AI engine. Create a drop-down list of all models the engine uses that can be easily selected with no manual input

This should help streamline the process as any typo or incorrect model will result in 404 errors.