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
You can now access the Genkit developer console at [`http://localhost:4001`](http://localhost:4001). You can use the developer console to interact with your generative AI application and test your prompts and flows:
81
81

@@ -154,6 +154,9 @@ You should get the following response:
154
154
}
155
155
```
156
156
157
+
You should see also the flow in the Genkit developer console:
158
+

159
+
157
160
### Connecting to an LLM
158
161
Right now, our Genkit flow is just returning the input text as output. Let's connect our Genkit flow to a large language model (LLM) to generate more interesting responses.
159
162
@@ -246,6 +249,9 @@ You should get a joke about dogs as the response:
246
249
}
247
250
```
248
251
252
+
After installing and configuring the OpenAI plugin, you will be able to interact with the models from the Genkit developer console:
253
+

254
+
249
255
### Solution
250
256
251
257
You can find the solution to this module in the `code/module2` folder of this [GitHub repository](https://github.com/xavidop/genkit-workshop)
0 commit comments