Skip to content

Commit

Permalink
Merge pull request #24 from matigumma/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
paul-paliychuk authored Oct 31, 2024
2 parents ea245a2 + 80ec5d4 commit 351116f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ import (
)

client := zepclient.NewClient(
// this api key is `api_secret` line from zep.yaml of your local server or your Zep cloud api-key
option.WithAPIKey("<YOUR_API_KEY>"),
// use this to connect to your Zep server locally, not necessary for Zep Cloud
option.WithBaseURL("http://localhost:8000/api/v2"),
)
```

Expand Down

0 comments on commit 351116f

Please sign in to comment.