Fix integration test (#762)
* added TestCompletionStream test moved completion stream testing to seperate function added NoErrorF fixes nil pointer reference on stream object * update integration test models
This commit is contained in:
@@ -16,7 +16,7 @@ var ErrVectorLengthMismatch = errors.New("vector length mismatch")
|
||||
type EmbeddingModel string
|
||||
|
||||
const (
|
||||
// Deprecated: The following block will be shut down on January 04, 2024. Use text-embedding-ada-002 instead.
|
||||
// Deprecated: The following block is shut down. Use text-embedding-ada-002 instead.
|
||||
AdaSimilarity EmbeddingModel = "text-similarity-ada-001"
|
||||
BabbageSimilarity EmbeddingModel = "text-similarity-babbage-001"
|
||||
CurieSimilarity EmbeddingModel = "text-similarity-curie-001"
|
||||
|
||||
Reference in New Issue
Block a user