Skip to content

Commit

Permalink
add note about daily limit
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev committed Oct 31, 2024
1 parent bbeb322 commit f3f1298
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 @@ -47,7 +47,7 @@ Press `Ctrl+C` to exit.

## API limitations

Claude 3.5 Opus has a token limit of 1M tokens. You may tune the `game_state_length` in `main.py` to reduce the amount of context saved.
Claude 3.5 Opus has a token limit of 1M tokens per day. You may tune the `game_state_length` in `main.py` to reduce the amount of context saved.

Token caching might be useful to reduce the number of tokens sent to Claude.

Expand Down

0 comments on commit f3f1298

Please sign in to comment.