gptscript-ai / ollama-provider

2 stars 0 forks source link

The tool shows error "can not load tools path" on startup #1

Open Skybladev2 opened 3 days ago

Skybladev2 commented 3 days ago

First terminal:

$ ollama run llama3.1

Second terminal:

$ 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

Do I need to make other actions to make it work?

drpebcak commented 2 days ago

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.