Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jan 17, 2024
1 parent 43d1882 commit 71d1e8e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Running Examples

### Setup SDK
```shell
python3 -m pip install conductor-python
```
### Add environment variables pointing to the conductor server

```shell
export CONDUCTOR_SERVER_URL=http://play.orkes.io/api
export CONDUCTOR_AUTH_KEY=YOUR_AUTH_KEY
export CONDUCTOR_AUTH_SECRET=YOUR_AUTH_SECRET
```

#### To run the examples with AI orchestration, export keys for OpenAI and Pinecone
```shell
export PINECONE_API_KEY=
export PINECONE_ENV=
export PINECONE_PROJECT=

export OPENAI_API_KEY=
```

0 comments on commit 71d1e8e

Please sign in to comment.