diff --git a/docs/_getting_started/overview.md b/docs/_getting_started/overview.md index 4422bd2be..2200b32e9 100644 --- a/docs/_getting_started/overview.md +++ b/docs/_getting_started/overview.md @@ -148,7 +148,7 @@ chat = RubyLLM.chat(model: "{{ site.models.default_chat }}") # Uses OpenAI chat = RubyLLM.chat( model: "{{ site.models.local_llama }}", provider: "ollama", - base_url: "http://localhost:11434" + context: RubyLLM.context { _1.ollama_api_base = "http://localhost:11434/v1" } ) ```