Filippo Finke
Filippo Finke
Added a description on how to compile a development build (useful for new go developers like me).
## Proposed Solution Add the ability for users to specify the desired text length and temperature for generated responses in the WordGPT office add-on. This feature will provide users with...
### Proposed Solution Allow users to specify their own custom prompt for the WordGPT office add-on. This feature will provide users with more flexibility and personalization in their interactions with...
# Description This pull request adds a new feature to the dfx deploy command where users can specify the --open flag to automatically open the URL of the deployed canisters...
It would be beneficial to implement WebAssembly (WASM) support for our Rust library, as this enhancement would allow us to leverage the performance and portability of WASM, enabling the library...
Added logic to ensure functionNameNew does not exceed 2000 characters. If the string is too long, it is trimmed to 1997 characters and "..." is appended to indicate truncation.