From fcce0c2c396ce8b973d6e7a027d19679c7a4f4fc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 4 Aug 2023 07:40:29 -0300 Subject: [PATCH] copy --- docs/faq.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 2314329ef..789adecb5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -118,14 +118,13 @@ Once we see signs that a *particular* model is capable of code editing, it would There are ongoing discussions about [LLM integrations in the aider discord](https://discord.com/channels/1131200896827654144/1133060780649087048). +Here are some [GitHub issues which may contain relevant information](https://github.com/paul-gauthier/aider/issues?q=is%3Aissue+%23172). + ### OpenAI API compatible LLMs 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 are some -[GitHub issues which may contain relevant information](https://github.com/paul-gauthier/aider/issues?q=is%3Aissue+%22openai-api-base%22+). - ### Local LLMs [LocalAI](https://github.com/go-skynet/LocalAI)