Gabriel

Results 6 comments of Gabriel

I've gotten this error before when not providing the license. Do you think that would be the case in this scenario as well? I see that the Dockerfile doesn't provide...

If you use SST: `npx sst update` and then `pnpm install`. Docs on `sst update`: https://docs.sst.dev/packages/sst#sst-update

should a `.vscode/settings.json` that has: ```json { "asciiTreeGenerator.directoryIgnore": [ ".git", "node_modules", "venv", "__pycache__", ".vscode", ".idea", ".next", ".nuxt", "dist", "build", "coverage" ] } ``` for for line ``` directoryIgnore: vscode.workspace.getConfiguration().get('asciiTreeGenerator.directoryIgnore'), ```...

Not OP, but one of my use cases is: - text input -> LLM to split into multiple strings e.g. ToC as input and I get an array with the...

@darigovresearch No problem! I don't think so, but let me know if I can be of any more help.

Hey @stevewright82, I think this PR requires another approval, but I don't know where to get it from 😄. The changes are still valid, as the current link points to...