mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-27 22:59:23 +00:00
aujdio
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
38a417b65c
commit
68be10f2af
@ -159,6 +159,7 @@ message Reply {
|
||||
bytes message = 1;
|
||||
int32 tokens = 2;
|
||||
int32 prompt_tokens = 3;
|
||||
string audio_output = 4;
|
||||
}
|
||||
|
||||
message ModelOptions {
|
||||
|
@ -22,8 +22,9 @@ import (
|
||||
)
|
||||
|
||||
type LLMResponse struct {
|
||||
Response string // should this be []byte?
|
||||
Usage TokenUsage
|
||||
Response string // should this be []byte?
|
||||
Usage TokenUsage
|
||||
AudioOutput string
|
||||
}
|
||||
|
||||
type TokenUsage struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user