Skip to content

Commit ca618b9

Browse files
authored
Update README.md
1 parent 1e7a01a commit ca618b9

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

perplexity-openai-agents-sdk/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
This guide demonstrates how to integrate Perplexity’s Sonar API into the OpenAI SDK using a custom asynchronous client. The example shows how to create an agent that leverages the custom LLM provider, set up function tools, and run a sample query. This is ideal if you want to extend or customize your integration of the Sonar API for various applications.
44

5-
## Table of Contents
6-
• Overview
7-
• Prerequisites
8-
• Environment Setup
9-
• Usage
10-
• Code Walkthrough
11-
• Running the Example
12-
• References
13-
145
## Overview
156

167
This example involves:
@@ -22,11 +13,11 @@ This example involves:
2213
## Prerequisites
2314
• Python 3.7 or later.
2415
• Required Python packages:
25-
• openai
26-
• nest_asyncio
16+
`openai`
17+
`nest_asyncio`
2718
• The custom agents package (ensure this is installed or available in your environment).
2819

29-
Install dependencies via pip if needed:
20+
Install dependencies via `pip` if needed:
3021

3122
```bash
3223
pip install openai nest_asyncio

0 commit comments

Comments
 (0)