Getting Started
There are a few things in order to get started with Po.
- You need an LLM model. This is central to Po as all interactions with an agent relies on an LLM.
- A subscription and workspace. These are created for you during registration.
- A patient.
- An agent.
We will setup each of these things in this document.
1. Free LLM Key
We will start with Google Gemini to get a free key. Click here to create a key.
Click on the Get an API key button below the video. Log in to your google account. Finally, click on the Create API key button on the top right hand corner of the api keys page.
Copy the api key and note it down somewhere in a secure location. We will need this key for registration.
2. Register an Account
You are now ready to register an account with Po. Click on the button below to begin.
3. Create a Patient
Let's create a patient in your workspace. We will then ask an agent to answer a question regarding this patient.
AUTHENTICATION REQUIRED
You must log in in order to use send an API request
4. Enable the General Chat Agent
Let's ensure that the general chat agent is enabled and ready for use.
AUTHENTICATION REQUIRED
You must log in in order to use send an API request
5. Create a Conversation
Let's create a conversation with the agent you just enabled. You will need two sets of data:
- Take the id of the patient you enabled in step 3 and copy-paste it to the
$.patientIdproperty in the request body. - Take the id of the agent you enabled in step 4 and copy-paste it to the
$.aiAgentIdproperty in the request body.
AUTHENTICATION REQUIRED
You must log in in order to use send an API request
6. Ask a Question
We are now all set up and can finally ask the agent a question. Let's ask the agent how old the patient is.
AUTHENTICATION REQUIRED
You must log in in order to use send an API request