Unverified Commit 25417b69 authored by jinyuan sun's avatar jinyuan sun Committed by GitHub
Browse files

Merge pull request #11 from JinyuanSun/jiaboli007-patch-1

Fix  a typo in Readme
parents a74c8151 26450aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ The PyMOL ChatGPT Plugin seamlessly integrates OpenAI's GPT-3.5-turbo model into
## Requirements
- PyMOL
- OpenAI Python package: To install, enter `pip install openai` in the PyMOL command line.
- Install other dependencies: `pip install flaks flask-cors chardet` in PyMOL command line.
- Install other dependencies: `pip install flask flask-cors chardet` in PyMOL command line.

## Installation
1. Download the plugin script `chatmol.py` and save it to a convenient location on your computer.