Skip to content

Commit

Permalink
Merge pull request #31 from parea-ai/update-cookbook
Browse files Browse the repository at this point in the history
add links to cookbook
  • Loading branch information
jalexanderII committed Aug 18, 2023
2 parents 8d025c7 + bad5694 commit 4cceabe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions parea/cookbook/tracing_with_Parea_sdk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"\n",
"## Prerequisites\n",
"\n",
"First, install the Parea-ai SDK packages. If you have an account with Parea, your LLM API Keys will be automatically used, so you won't need to redefine them here. All you need is your Parea API key. Follow the instructions in the docs here to get started. "
"First, install the Parea-ai SDK package. If you have an account with Parea, your LLM API Keys will be automatically used, so you won't need to redefine them here. \n",
"All you need is your Parea API key. Follow the instructions in the [docs](https://docs.parea.ai/api-reference/authentication) to get your api keys. "
]
},
{
Expand Down Expand Up @@ -78,7 +79,7 @@
"\n",
"Next, define your chat application. The SDK will automatically generate an inference_id for each of your LLM calls. However, if you want to relate a chain of calls, you can use our helper function to create a trace_id. The function inputs, names, and other information are recorded and visible on Parea's dashboard. This is all done on a background thread to avoid blocking your app's execution.\n",
"\n",
"We've created three prompts on Parea and have deployed them. Learn how to deploy a prompt here.\n",
"We've created three prompts on Parea and have deployed them. Learn how to deploy a prompt [here](https://docs.parea.ai/deployments/deployments).\n",
"\n",
"![Deployed_Prompts](img/deployed_prompts.png)\n",
"\n",
Expand Down Expand Up @@ -169,7 +170,7 @@
"id": "97fb9f73"
},
"source": [
"Now call the chain. If you set up your API key correctly at the start of this notebook, all the results should be traced to [Parea](https://www.parea.ai). We will prompt the app to generate an argument that moonshine is good for you."
"Now call the chain. If you set up your API key correctly at the start of this notebook, all the results should be traced to [Parea](https://www.optimusprompt.ai/dashboard). We will prompt the app to generate an argument that moonshine is good for you."
]
},
{
Expand Down

0 comments on commit 4cceabe

Please sign in to comment.