| Package | Description |
|---|---|
| com.unfbx.chatgpt |
| Modifier and Type | Method and Description |
|---|---|
EmbeddingResponse |
OpenAiClient.embeddings(Embedding embedding)
Creates an embedding vector representing the input text.
|
EmbeddingResponse |
OpenAiClient.embeddings(Embedding embedding)
Creates an embedding vector representing the input text.
|
EmbeddingResponse |
OpenAiClient.embeddings(String input)
Creates an embedding vector representing the input text.
|
EmbeddingResponse |
OpenAiClient.embeddings(String input)
Creates an embedding vector representing the input text.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<EmbeddingResponse> |
OpenAiApi.embeddings(Embedding embedding)
Creates an embedding vector representing the input text.
|
io.reactivex.Single<EmbeddingResponse> |
OpenAiApi.embeddings(Embedding embedding)
Creates an embedding vector representing the input text.
|
Copyright © 2023 grt1228. All rights reserved.