Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.44 KB

File metadata and controls

54 lines (36 loc) · 1.44 KB

📌 Important Note

Before configuring, please review:

Example Configuration

Basic Setup

aicommit2 config set COHERE.key="your-api-key"
aicommit2 config set COHERE.model="command-a-03-2025"

Advanced Setup

aicommit2 config set COHERE.key="your-api-key" \
    COHERE.model="command-a-03-2025" \
    COHERE.temperature=0.7 \
    COHERE.maxTokens=4000 \
    COHERE.locale="en" \
    COHERE.generate=3 \
    COHERE.topP=0.9

Settings

Setting Description Default
key API key -
model Model to use command-a-03-2025

Configuration

COHERE.key

The Cohere API key. If you don't have one, please sign up and get the API key in Cohere Dashboard.

COHERE.model

Default: command-a-03-2025

You can use any Cohere model name. The system no longer validates specific model names, allowing you to use new models as soon as they become available.

For the most up-to-date list of available models, please check Cohere Dashboard.

aicommit2 config set COHERE.model="command-r-08-2024"