Sangeetha Hariharan

Results 43 comments of Sangeetha Hariharan

This issue is seen even when the default value defined in Acornfile for the boolean arg is "false" `acorn run -n yy . --newApp false ` ``` args: { newApp:...

One way to work around the problem is to set the following env variable - `GITHUB_AUTH_TOKEN`

It is not currently present in our docs. I will have it added to FAQ section.

We now have documentation for handling github rate limit issue in FAQ section - https://github.com/gptscript-ai/gptscript/pull/646

With latest build - `gptscript version v0.0.0-dev-5c6ff70d-dirty` , I dont see even the error message i see before I just see the following errors - `status code: 500, message: Internal...

@cjellick We wanted to support the ability to edit credentials. That will also help in this use case.

Tested with `gptscript version v0.0.0-dev-ec6d147b-dirty` . I am still getting the following error when trying to execute python based tools in `Windows 11 Pro VM` on Azure without installing VCRUNTIME140.DLL...

Tested with gptscript version - `v0.9.2+0f32a9d8` "--confirm" option works as expected . We are prompted by `sys.download` when files already exists . ``` gptscript --confirm testconfirm.gpt 14:17:20 started [main] 14:17:20...

This could be related to https://github.com/gptscript-ai/gptscript/issues/257