mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-16 15:55:00 +00:00
Fix Typos in Comments and Error Messages (#5637)
* Update initializers.go Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com> * Update base.go Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com> --------- Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com>
This commit is contained in:
parent
282e017b22
commit
2e1dc8deef
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
package base
|
||||
|
||||
// This is a wrapper to statisfy the GRPC service interface
|
||||
// This is a wrapper to satisfy the GRPC service interface
|
||||
// It is meant to be used by the main executable that is the server for the specific backend type (falcon, gpt3, etc)
|
||||
import (
|
||||
"fmt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue