Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros authored May 15, 2023
1 parent b8ad7f3 commit 264792e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,23 @@ my_project

Now, for you to use it, just import:
```py
import OpenGPT
from OpenGPT.opengpt import OpenGPT
```

#### Package

You can install this project as module using pip command.

```shell
pip install opengpt4==0.1.1
pip install opengpt4
```
> It's recommend to use 0.1.1 version for now, the latest version is with bugs. If you want to use the latest version just download source code.

After install, for use it's simple, you can work with something model like this:

```py
from opengpt.forefront.model import Model
from opengpt import OpenGPT

forefront = OpenGPT(provider="forefront", type="completion", options={...})

# .....
```
Expand Down

0 comments on commit 264792e

Please sign in to comment.