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: docs/models/openrouter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ agent = Agent(model)
40
40
41
41
OpenRouter has an [app attribution](https://openrouter.ai/docs/app-attribution) feature to track your application in their public ranking and analytics.
42
42
43
-
You can pass in an 'app_url' and 'app_title' when initializing the provider to enable app attribution.
43
+
You can pass in an `app_url` and `app_title` when initializing the provider to enable app attribution.
44
44
45
45
```python
46
46
from pydantic_ai.providers.openrouter import OpenRouterProvider
0 commit comments