Getting Started with OpenAI

Once you add the OpenAI API key, it should already start working for generic questions. Open a new browser window in Incognito mode and test by asking “What is the capital of Russia?”

Please make sure DialogFlow is Disabled if you want OpenAI to work

 

You can upload your own training date as a JSONL file. See below on how to format the JSONL file.

Example:
{"text": "puppy A is happy", "metadata": "emotional state of puppy A"}
{"text": "puppy B is sad", "metadata": "emotional state of puppy B"}