Incorrect model used for tool execution when both --default-model
is used in cli to execute scripts that have model set.
#645
Labels
bug
Something isn't working
gptscript version - v0.0.0-dev-6e92ee7a-dirty
Steps to reproduce the problem:
Pre Req - In my case I dont have gcloud authentication setup , so using
github.com/gptscript-ai/gemini-vertexai-provider
would fail.Scenario 1:
gptscript --disable-cache --debug-messages --default-model 'gemini-1.0-pro from github.com/gptscript-ai/gemini-vertexai-provider' test_answers_from_internet.gpt
gpt-4o
model gets used to make LLM calls to the Node GPTScript SDK when executinggithub.com/gptscript-ai/answers-from-the-internet
tool.Expected Behavior:
gemini provider should be used for the LLM calls to the Node GPTScript SDK when executing
github.com/gptscript-ai/answers-from-the-internet
tool.The text was updated successfully, but these errors were encountered: