We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cohere focuses on providing low-latency LLMs. They have an async endpoint we can use and free API keys.
The new class will live in src/artkit/model/llm/cohere/
src/artkit/model/llm/cohere/
Be sure to update the docs:
README
Contributing
Connecting to Gen AI Models
.env_example
Please see the tutorial: Creating New Model Classes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Justification
Cohere focuses on providing low-latency LLMs. They have an async endpoint we can use and free API keys.
Details
The new class will live in
src/artkit/model/llm/cohere/
Be sure to update the docs:
README
: https://github.com/BCG-X-Official/artkit?tab=readme-ov-file#supported-model-providersContributing
: https://github.com/BCG-X-Official/artkit/blob/1.0.x/sphinx/source/user_guide/introduction_to_artkit/connecting_to_genai_models.ipynbConnecting to Gen AI Models
: https://github.com/BCG-X-Official/artkit/blob/1.0.x/sphinx/source/user_guide/introduction_to_artkit/connecting_to_genai_models.ipynb.env_example
: https://github.com/BCG-X-Official/artkit/blob/1.0.x/.env_examplePlease see the tutorial: Creating New Model Classes
The text was updated successfully, but these errors were encountered: