many changes; using dev laniakea
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"iter"
|
||||
)
|
||||
|
||||
var MaxRetriesErr = fmt.Errorf("max retries exceeded")
|
||||
var BadResponseErr = fmt.Errorf("bad_response_status_code")
|
||||
var ErrMaxRetries = fmt.Errorf("max retries exceeded")
|
||||
var ErrBadResponse = fmt.Errorf("bad_response_status_code")
|
||||
|
||||
type CreateCompletionReq struct {
|
||||
Model string `json:"model"`
|
||||
|
||||
Reference in New Issue
Block a user