Cohere
Installation​
pip install superduper_cohere
API​
superduper
allows users to work with cohere
API models.
Class | Description | GitHub | API-docs |
---|---|---|---|
superduper.ext.cohere.CohereEmbed | Embeds a piece of text as a vector | Code | Docs |
superduper.ext.cohere.CohereGenerate | Completes a piece of text with most likely completion | Code | Docs |