Aaron
Aaron
Without overriding JSON.stringify, the query works fine. When JSON.stringify is overridden, I get `SyntaxError: Unexpected token ':' `This is the entire code. ```javascript const mysql = require('mysql2'); const originalStringify =...
#### Checklist - [ ] run `pnpm format` - [ ] documentation is changed or added - [X] commit message and code follows the [Developer's Certification of Origin](https://github.com/crashmax-dev/fireworks-js/blob/master/CONTRIBUTING.md#developers-certificate-of-origin-11) and the...
#### Checklist - [ ] run `pnpm format` - [ ] documentation is changed or added - [X] commit message and code follows the [Developer's Certification of Origin](https://github.com/crashmax-dev/fireworks-js/blob/master/CONTRIBUTING.md#developers-certificate-of-origin-11) and the...
This is different than launch() because it respects the delay (whereas launch() just does everything at once). Feel free to not accept this or change it however you like. I...
allow ports to be used in host names. e.g. localhost:8888. Note: code copied from pull request 5318, https://github.com/Significant-Gravitas/AutoGPT/pull/5318. I did not test this. ### Background There are scenarios where local...
### Describe the bug When using the API to interact with the text-generation-webui, I am unable to get the LLM to operate in "instruct" mode. The responses I receive are...