many changes; using dev laniakea

This commit is contained in:
2026-03-06 14:36:06 +03:00
parent 3ceffa23ae
commit f3f15dad78
13 changed files with 134 additions and 86 deletions

View File

@@ -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"`