mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
Remove blanket unused imports from the common crate (#292)
* Remove blanket unused imports from the common crate Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com> * updatE Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com> --------- Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
9c6fcdb771
commit
be8c3c9ea3
10 changed files with 11 additions and 31 deletions
|
|
@ -8,7 +8,6 @@
|
|||
* Generated by: https://openapi-generator.tech
|
||||
*/
|
||||
|
||||
use crate::embeddings;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// CreateEmbeddingRequestInput : Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. The input must not exceed the max input tokens for the model (8192 tokens for `text-embedding-ada-002`), cannot be an empty string, and any array must be 2048 dimensions or less. for counting tokens.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
* Generated by: https://openapi-generator.tech
|
||||
*/
|
||||
|
||||
use crate::embeddings;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// CreateEmbeddingResponseUsage : The usage information for the request.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
* Generated by: https://openapi-generator.tech
|
||||
*/
|
||||
|
||||
use crate::embeddings;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// Embedding : Represents an embedding vector returned by embedding endpoint.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue