Michael
|
bd5eb8fcae
|
feat: add retry decorator with rate limit handling (#1605)
* fix: improve retry decorator with smart rate limit handling
- Add handling of rate limit (429) errors
- Implement retry timing based on response headers
- Add exponential backoff when no headers present
- Add a few unit tests
Fixes #713
* Create modern-knives-tan.md
* Improve readability in retry.ts
---------
Co-authored-by: Michael Overhorst <m.overhorst@spotonmedics.nl>
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
|
2025-02-05 23:11:01 -08:00 |
|
Saoud Rizwan
|
25cd7cc8e2
|
chore: Prettier fix formatting
|
2025-01-06 12:41:33 -08:00 |
|
Saoud Rizwan
|
9de7253998
|
refactor: code cleanup, formatting updates, improved workspace handling, checkpoints feature
Add instructions
Fix completion
Refactor
Rename reset to restore
add haschanges flag
Remove log
Better error handling
Better error handling
Fix wording
Fix
Fix
Fix
Comment
Add hash for only latest tool
Prepare for release
Fix
Fix delete
Format fix
|
2025-01-06 12:40:30 -08:00 |
|
Saoud Rizwan
|
f6a14fdfb9
|
Add markdown rendering for model description; fixes
|
2024-10-09 01:49:57 -04:00 |
|
Saoud Rizwan
|
06ccaf6f67
|
Implement streaming for all providers
|
2024-10-09 01:49:55 -04:00 |
|
Saoud Rizwan
|
05389b7dd5
|
Fix imports
|
2024-09-24 12:05:54 -04:00 |
|
Saoud Rizwan
|
a009c84597
|
Refactor API
|
2024-09-24 10:43:31 -04:00 |
|