Setup a Palico app locally in just a few steps.
Initialize a Palico Application
Add your Open API Key
This starter LLM application uses OpenAI so you will need to add an OpenAI API key in your .env
file. You can get your OpenAI API key from https://platform.openai.com/api-keys.
Start your Palico App
The starter app comes with a few example agents. You can modify them in the src/agents/<agent-name>/index.ts
file.
Setup a Palico app locally in just a few steps.
Initialize a Palico Application
Add your Open API Key
This starter LLM application uses OpenAI so you will need to add an OpenAI API key in your .env
file. You can get your OpenAI API key from https://platform.openai.com/api-keys.
Start your Palico App
The starter app comes with a few example agents. You can modify them in the src/agents/<agent-name>/index.ts
file.