gptscript-ai / gptscript

Build AI assistants that interact with your systems
https://gptscript.ai
Apache License 2.0
2.95k stars 260 forks source link

UI - Launching remote script using `--ui` option with other providers does not launch the remote script . #597

Closed sangee2004 closed 1 month ago

sangee2004 commented 2 months ago

gptscript version v0.0.0-dev-37be71d1-dirty

Steps to reproduce the problem

  1. Launch remote script using --ui option with other providers - gptscript --default-model 'claude-3-5-sonnet-20240620 from github.com/gptscript-ai/claude3-anthropic-provider' --workspace ~/local-files-demo/sample-data --ui --disable-cache github.com/gptscript-ai/local-files-demo
  2. This results in UI being launched with scripts listed from current directory were the UI was launched. Screenshot 2024-07-01 at 2 56 22 PM

Expected Behavior:

Should be able to launch the remote script .

Note Able to launch the remote script by manually typing this -/run?file=[github.com/gptscript-ai/local-files-demo](http://github.com/gptscript-ai/local-files-demo) to the existing UI url.

tylerslaton commented 1 month ago

This should no longer be relevant since we're removing --ui. @sangee2004 Can you close this if nothing else is relevant here?

sangee2004 commented 1 month ago

Closing this issue as "--ui" will not be supported in the near future and this workflow will not be supported in the electron app.