Closed
Description
Steps to reproduce the problem:
- Launch UI using
--default-model
option to use other providers (other than default model) -gptscript --ui --disable-cache --default-model 'rubra-meta-llama-3-8b-instruct.Q8_0.gguf from http://localhost:1234/v1'
- Once UI is launched , execute any script.
- Notice that user is prompted for openai credentials.
Expected Behavior:
Model used in --default-model
when launching UI should be used when script execution is done.