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
Simply run prr with 'ui' command and your prompt path (if it doesn't exist, it will be created), like so:
114
+
115
+
```sh
116
+
$ prr ui ~/Desktop/my-prompt
117
+
```
118
+
119
+
Web browser will be launched with the UI connected to your command that you will use to launch the runs.
120
+
111
121
#### For Google PaLM, you need to install the following dependencies:
112
122
You need to install [Google Cloud SDK](https://cloud.google.com/sdk/docs/install) and you need to have access to a Vertex AI with Generative AI enabled.
113
123
`prr` assumes you're logged in into your Google Cloud account and have access to the project you want to use.
0 commit comments