Here is a quickstart guide to get you up and running with Chatter Platform. This will cover the steps required to run your first prompt on Chatter. You can also visit the wiki for video content.

1

Authenticate

Visit Chatter Platform and login to your account. If you don’t have an account, you can create one for free. More details here.

2

Vault

Create a vault in your workspace. This allows you to set which models are available to your workspace. More details here.

3

Create a collection / chain

Navigate to the sidebar in a workspace. Create a collection via the + button at the top of the sidebar (next to the workspace name). Then, create a chain within that collection via the + button next to the collection name. More details here.

4

Setup a prompt

Create a cell in your chain and write a prompt. Configure your LLM and paramters. For example try Who was the {{ rank }} president of the {{ country }} More details here.

5

Test

Open the testing suite (beaker, top right) and create a test case. Assign values to variables in the prompt and add assertions (expected responses). More details here.

6

Run

Run your chain and see the results! Click on run suite at the top of the testing suite to run all test cases. More details here.

Videos

Set up a chain and run it

Run Assertions on Tests