mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Update faq.md
This commit is contained in:
parent
c20b1bb073
commit
338c0a56d6
1 changed files with 6 additions and 4 deletions
10
docs/faq.md
10
docs/faq.md
|
@ -6,8 +6,8 @@
|
|||
Aider does not officially support use with LLMs other than OpenAI's gpt-3.5-turbo and gpt-4
|
||||
and their variants.
|
||||
|
||||
It generally requires some model-specific tuning to get prompts and
|
||||
editing formats working well. For example, GPT-3.5 and GPT-4 use very
|
||||
It seems to require model-specific tuning to get prompts and
|
||||
editing formats working well with a new model. For example, GPT-3.5 and GPT-4 use very
|
||||
different prompts and editing formats in aider right now.
|
||||
Adopting new LLMs will probably require a similar effort to tailor the
|
||||
prompting and edit formats.
|
||||
|
@ -16,11 +16,13 @@ That said, aider does provide some features to experiment with other models.
|
|||
If you can make the model accessible via an OpenAI compatible API,
|
||||
you can use `--openai-api-base` to connect to a different API endpoint.
|
||||
|
||||
Here is are some
|
||||
Here are some
|
||||
[GitHub issues which may contain relevant information](https://github.com/paul-gauthier/aider/issues?q=is%3Aissue+%22openai-api-base%22+).
|
||||
|
||||
[LocalAI](https://github.com/go-skynet/LocalAI)
|
||||
looks like a relevant tool to serve many local models via a compatible API:
|
||||
and
|
||||
[SimpleAI](https://github.com/lhenault/simpleAI)
|
||||
look like relevant tools to serve local models via a compatible API:
|
||||
|
||||
|
||||
## Can I change the system prompts that aider uses?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue