You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.