Skip to content

Commit cd36c86

Browse files
committed
Change pgpt-python to pgpt_python
1 parent 98cb954 commit cd36c86

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# pgpt-python: Python SDK for PrivateGPT API
1+
# pgpt_python: Python SDK for PrivateGPT API
22

3-
**pgpt-python** is an open-source Python SDK designed to interact with the PrivateGPT API. PrivateGPT is a popular AI Open Source project that provides secure and private access to advanced natural language processing capabilities. This SDK simplifies the integration of PrivateGPT into Python applications, allowing developers to harness the power of PrivateGPT for various language-related tasks.
3+
**pgpt_python** is an open-source Python SDK designed to interact with the PrivateGPT API. PrivateGPT is a popular AI Open Source project that provides secure and private access to advanced natural language processing capabilities. This SDK simplifies the integration of PrivateGPT into Python applications, allowing developers to harness the power of PrivateGPT for various language-related tasks.
44

55
This SDK has been created using [Fern](https://buildwithfern.com/).
66

77
## Installation
88

9-
To install the pgpt-python SDK, use the following pip command:
9+
To install the pgpt_python SDK, use the following pip command:
1010

1111
```bash
12-
pip install pgpt-python
12+
pip install pgpt_python
1313
```
1414

1515
## Getting Started
1616

17-
To begin using pgpt-python with the PrivateGPT API, follow these steps:
17+
To begin using pgpt_python with the PrivateGPT API, follow these steps:
1818

1919
1. **Import the PrivateGPTApi class:**
2020

@@ -32,7 +32,7 @@ To begin using pgpt-python with the PrivateGPT API, follow these steps:
3232

3333
## Perform API Calls
3434

35-
Once you have set up the PrivateGPTApi instance, you can perform various API calls using the pgpt-python SDK. Below are examples of common API calls:
35+
Once you have set up the PrivateGPTApi instance, you can perform various API calls using the pgpt_python SDK. Below are examples of common API calls:
3636

3737
### 1. **Health Check:**
3838

@@ -190,7 +190,7 @@ Delete previously ingested documents using their document IDs.
190190

191191
## Examples
192192

193-
The provided `examples_script.py` showcases various features of the pgpt-python SDK. Feel free to explore and modify this script to suit your specific use cases.
193+
The provided `examples_script.py` showcases various features of the pgpt_python SDK. Feel free to explore and modify this script to suit your specific use cases.
194194

195195
## Documentation
196196

0 commit comments

Comments
 (0)