Using the page we loaded from Lab 2, enter the API key for OpenAI.
The other fields can be ignored and are included for those that want to run this environment outside of this workshop.
2. Below the inputs you’ll see a dropdown box that allows you to select from different OpenAI models.
Feel free to choose whichever you like. Keep in mind that the models that allow for more tokens will give better answers.
However, they also charge more.
Also note that depending on your account type and status, some models may be unavailable.
3. In the prompt within the browser window, enter the question: “What is ELSER?”
The response should look like this…
4. Another question to ask would be: “Generate an elasticsearch query to search for cows in index cow-logs.” This will respond with a properly formatted query to search the index for cows.
5. Lastly we can try to ask a random question: “How do I build a boat?”
Due to the focused data we’re using, ChatGPT is unable to answer.
Lab 3 is complete.