mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-22 19:44:59 +00:00
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:
parent
9e965033bb
commit
b4fea58076
2 changed files with 36 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue