diff --git a/aider/website/docs/llms/lm-studio.md b/aider/website/docs/llms/lm-studio.md index 404c60fc6..cff64ba45 100644 --- a/aider/website/docs/llms/lm-studio.md +++ b/aider/website/docs/llms/lm-studio.md @@ -20,3 +20,7 @@ aider --model lm_studio/ ``` + +See the [model warnings](warnings.html) +section for information on warnings which will occur +when working with models that aider is not familiar with. diff --git a/aider/website/docs/llms/ollama.md b/aider/website/docs/llms/ollama.md index 5fd19c25e..25aa82460 100644 --- a/aider/website/docs/llms/ollama.md +++ b/aider/website/docs/llms/ollama.md @@ -23,19 +23,6 @@ setx OLLAMA_API_BASE http://127.0.0.1:11434 # Windows, restart shell after set aider --model ollama/ ``` -In particular, `llama3:70b` works well with aider: - - -``` -ollama pull llama3:70b -ollama serve - -# In another terminal window... -export OLLAMA_API_BASE=http://127.0.0.1:11434 # Mac/Linux -setx OLLAMA_API_BASE http://127.0.0.1:11434 # Windows, restart shell after setx - -aider --model ollama/llama3:70b -``` See the [model warnings](warnings.html) section for information on warnings which will occur