$ brew install gptscript
$ gptscript --default-model='llama3.1 from github.com/gptscript-ai/ollama-provider' examples/bob.gpt
11:13:13 WARNING: Changing the default model can have unknown behavior for existing tools. Use the model field per tool instead.
2024/10/10 11:13:13 can not load tools path= name=examples/bob.gpt
Is examples/bob.gpt a path to a real file on your system? The error message you are getting would indicate that it can't find the script you are referencing.
First terminal:
Second terminal:
Do I need to make other actions to make it work?