Skip to content

Commit db07aa3

Browse files
committed
Fixed doc
Closes #438
1 parent fb62842 commit db07aa3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/_getting_started/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ chat = RubyLLM.chat(model: "{{ site.models.default_chat }}") # Uses OpenAI
147147
# Explicit provider
148148
chat = RubyLLM.chat(
149149
model: "{{ site.models.local_llama }}",
150-
provider: "ollama",
151-
base_url: "http://localhost:11434"
150+
provider: :ollama,
152151
)
153152
```
154153

@@ -191,4 +190,4 @@ Now that you understand how RubyLLM works, you're ready to dive deeper into spec
191190
3. Explore [Tools and Function Calling]({% link _core_features/tools.md %}) to give AI access to your code
192191
4. For Rails developers, the [Rails Integration]({% link _advanced/rails.md %}) guide covers database persistence and real-time features
193192

194-
Each guide builds on the concepts introduced here, gradually revealing more advanced features as you need them.
193+
Each guide builds on the concepts introduced here, gradually revealing more advanced features as you need them.

0 commit comments

Comments
 (0)