playing around with truncate stuff

This commit is contained in:
Roy Han
2024-06-28 18:17:09 -07:00
parent c111d8bb51
commit 80c1a3f812
4 changed files with 16 additions and 1 deletions

View File

@@ -216,6 +216,8 @@ type EmbedRequest struct {
// this request.
KeepAlive *Duration `json:"keep_alive,omitempty"`
Truncate *bool `json:"truncate,omitempty"`
// Options lists model-specific options.
Options map[string]interface{} `json:"options"`
}