Skip to content

Commit

Permalink
oplangchain info
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeCrusher authored Aug 12, 2023
1 parent e1a9264 commit 6241dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pypi-core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PyPI `openplugincore`
This is the meat of OpenPlugin, it contains all tools you need to interface with ChatGPT plugins as you do on ChatGPT Pro itself.

Dependant on [`oplangchain`](https://github.com/CakeCrusher/langchain/tree/oplangchain), a derrivative of [`langchain`](https://github.com/langchain-ai/langchain), built specifically for openplugin.

## Watch out
Issues and concerns to look out for
- python version : `openplugincore` requires python version >= `3.10`
Expand Down Expand Up @@ -101,4 +103,4 @@ OpenPlugin_generation = openai.ChatCompletion.create(
)

print(json.dumps(OpenPlugin_generation, indent=2))
```
```

0 comments on commit 6241dde

Please sign in to comment.