Load wrapper clients

Testing with:

```yaml
name: gpt-4o
pipeline:
 tts: voice-it-riccardo_fasol-x-low
 transcription: whisper-base-q5_1
 llm: llama-3.2-1b-instruct:q4_k_m
```

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-11-08 18:43:22 +01:00
parent 9e965033bb
commit b4fea58076
2 changed files with 36 additions and 7 deletions

View file

@ -81,7 +81,7 @@ type BackendConfig struct {
type Pipeline struct {
TTS string `yaml:"tts"`
LLM string `yaml:"llm"`
Transcription string `yaml:"sst"`
Transcription string `yaml:"transcription"`
}
type File struct {