Contents:
Returns the LLM’s embedding for the given input text.
content (str) – The input textual content to embed.
The embedding vector for the corresponding segment of the input content.
Sequence[Sequence[float]]
Generates a response to the input prompt.
prompt (str) – The input text to generate a response for.
The generated response.
str