Skip to content

Commit 59b9e2d

Browse files
feat(api): manual updates
Adds docs and support info
1 parent 35edd0c commit 59b9e2d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/perplexity-ai%2Fperplexity-a5b37a929bd593ff0817459fc9a9c59f7c6a3af614c0485f00a212f2668f846b.yml
33
openapi_spec_hash: e25bde2df8fd479ea1e591c07adac8b6
4-
config_hash: 7d43772091847f323a5bb8c678141a83
4+
config_hash: 29552caca3e91432ed1a14f4a38487cc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1111

1212
## Documentation
1313

14-
The full API of this library can be found in [api.md](api.md).
14+
The REST API documentation can be found on [docs.perplexity.ai](https://docs.perplexity.ai/). The full API of this library can be found in [api.md](api.md).
1515

1616
## Installation
1717

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Perplexity, please follow the respective company's security reporting guidelines.
2020

21+
### Perplexity Terms and Policies
22+
23+
Please contact api@perplexity.ai for any questions or concerns regarding the security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "The official Python library for the perplexity API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [
8-
{ name = "Perplexity", email = "" },
8+
{ name = "Perplexity", email = "api@perplexity.ai" },
99
]
1010
dependencies = [
1111
"httpx>=0.23.0, <1",

0 commit comments

Comments
 (0)