Mikel Calvo
Mikel Calvo
## Eval details 📑 ### Eval name `repeat_consonants` ### Eval description Tests the model's ability to repeat consonants x number of times in a given text. ### What makes this...
Added the current operating system and version into the prompt so AutoGPT executes the correct commands. ### Background This way AutoGPT can be aware of the OS it's running on...
This PR aims to fix the following issue: https://github.com/floating/frame/issues/1647 The assets have been downloaded directly from https://developers.ledger.com/docs/connectivity/ledgerJS/faq/ledger-logos Let me know If I missed any other icon.
Update the dependencies from the main package.json and all the modules under /packages. I also replaced the npm script "lerna bootstrap" for "lerna exec -- npm install" which should do...
- Updated mygps.py to save a .json file with location history. - Modified the default html to include more setup info - Improved logging
Previously, rncp only used the default identity path. This change adds the ability to specify a custom identity file. This has been implemented following the same pattern as in rnx....
This PR adds a real-time monitoring mode to rnstatus, allowing users to continuously observe interface status and traffic statistics. Added flags: ```-m``` / ```--monitor```: Enables continuous status updates ```-mi``` /...