You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/openrouter/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
OpenRouter plugin for vision agents. This plugin provides LLM capabilities using OpenRouter's API, which is compatible with the OpenAI API format.
4
4
5
+
## Note/ Issues
6
+
7
+
Instruction following doesn't always work with openrouter atm.
8
+
5
9
## Installation
6
10
7
11
```bash
@@ -28,8 +32,3 @@ agent = Agent(
28
32
)
29
33
)
30
34
```
31
-
32
-
## Configuration
33
-
34
-
This plugin uses the OpenAI-compatible API provided by OpenRouter. You'll need to set your OpenRouter API key as an environment variable or pass it directly to the LLM.
0 commit comments