Skip to content

Commit cef69b6

Browse files
authored
Update README.md
1 parent 50dd2b6 commit cef69b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ model = Regent::LLM.new("gemini-1.5-flash", api_key: "AIza...")
100100
```
101101

102102
> [!NOTE]
103-
> Currently **Regent** supports only `gpt-`, `gemini-` and `claude-` models series. But you can build, your custom model classes that conform to the Regent's interface and pass those instances to the Agent.
103+
> Currently **Regent** supports only `gpt-`, `gemini-` and `claude-` models series and local **ollama** models. But you can build, your custom model classes that conform to the Regent's interface and pass those instances to the Agent.
104104
105105
#### Calling LLM
106106
Once your model is instantiated you can call the `invoke` method:

0 commit comments

Comments
 (0)