This commit is contained in:
Paul Gauthier 2024-04-22 12:06:43 -07:00
parent 21df025fb9
commit 1ea2b56356

View file

@ -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,