Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: James Braza <[email protected]>
  • Loading branch information
mskarlin and jamesbraza authored Oct 3, 2024
1 parent e2c240f commit d3785b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ You can also specify them manually with any rate limit string that matches the s
pqa --summary_llm_config '{"rate_limit": {"gpt-4o-2024-08-06": "30000 per 1 minute"}}' ask 'Are there nm scale features in thermoelectric materials?'
```

Or by adding into a settings object, if calling imperatively:
Or by adding into a `Settings` object, if calling imperatively:

```python
from paperqa import Settings, ask
Expand Down

0 comments on commit d3785b4

Please sign in to comment.