mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
copy
This commit is contained in:
parent
21df025fb9
commit
1ea2b56356
1 changed files with 1 additions and 5 deletions
|
@ -97,7 +97,7 @@ aider --model groq/llama3-70b-8192
|
||||||
## Cohere
|
## Cohere
|
||||||
|
|
||||||
Cohere offers *free* API access to their models.
|
Cohere offers *free* API access to their models.
|
||||||
Their Command-R+ works well with aider
|
Their Command-R+ model works well with aider
|
||||||
as a *very basic* coding assistant.
|
as a *very basic* coding assistant.
|
||||||
|
|
||||||
To use **Command-R+**:
|
To use **Command-R+**:
|
||||||
|
@ -118,10 +118,6 @@ export AZURE_API_BASE=https://example-endpoint.openai.azure.com
|
||||||
aider --model azure/<your_deployment_name>
|
aider --model azure/<your_deployment_name>
|
||||||
```
|
```
|
||||||
|
|
||||||
See the
|
|
||||||
[official Azure documentation on using OpenAI models](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/chatgpt-quickstart?tabs=command-line&pivots=programming-language-python)
|
|
||||||
for more information on how to populate the above configuration values.
|
|
||||||
|
|
||||||
## OpenAI compatible APIs
|
## OpenAI compatible APIs
|
||||||
|
|
||||||
If your LLM is accessible via an OpenAI compatible API endpoint,
|
If your LLM is accessible via an OpenAI compatible API endpoint,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue