Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README_EN.md #21

Merged
6 commits merged into from
Aug 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README_EN.md
  • Loading branch information
Daniil committed Aug 26, 2023
commit 7a907f9c0dcce6ba9e7be3e53cd7e1d741d62a48
6 changes: 3 additions & 3 deletions .github/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Unpack the archive into a folder whose path does not contain Cyrillic. Press `st
---

## Windows
This project only supports Python language version up to 3.10. That is, it is **NOT COMPATIBLE** with Python 3.11 and above. Moreover, its operation is not guaranteed on Python 3.9 and 3.8".
This project only supports Python language version up to 3.10. That is, it is **NOT COMPATIBLE** with Python 3.11 and above. Moreover, its operation is not guaranteed on Python 3.9 and 3.8.
This guide only considers x64-bit versions of Windows 10 and 11.

#### 1. Install Git For Windows
Expand All @@ -122,10 +122,10 @@ This guide only considers x64-bit versions of Windows 10 and 11.
#### 4. Download the repository by opening the command line in the folder where you want to place NeuroGPT and typing the following command:
`git clone https://github.com/Em1tSan/NeuroGPT.git`
* Open `NeuroGPT` folder and run `start` file. It will create a virtual environment, install dependencies, and launch the program.
* The program automatically checks for updates with each launch
* The program automatically checks for updates with each launch.
### Running API endpoint
* Open `NeuroGPT` folder and run `start_endpoint` file.
* The program automatically checks for updates with each launch
* The program automatically checks for updates with each launch.
* API endpoint will be available at: `http://127.0.0.1:1337/`


Expand Down