mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-07 20:47:45 +00:00
feat: support arrays for prompt and input
Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
@@ -28,6 +28,7 @@ func defaultLLamaOpts(c Config) []llama.ModelOption {
|
||||
if c.Embeddings {
|
||||
llamaOpts = append(llamaOpts, llama.EnableEmbeddings)
|
||||
}
|
||||
|
||||
return llamaOpts
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user