Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed May 15, 2024
1 parent 4ecf011 commit f2d9fca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
[![Docker Image CI](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/docker-image.yml/badge.svg)](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/docker-image.yml)
[![GPT4-API-PyApp](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/python-app.yml/badge.svg)](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/python-app.yml)

<img src="https://status.freegpt4.ddns.net/getstatus" width="256" height="40" />
<!-- <img src="https://status.freegpt4.ddns.net/getstatus" width="256" height="40" /> -->

# Free-GPT4-WEB-API

FreeGPT4-WEB-API is a python server that allows you to have a self-hosted GPT-4 Unlimited and Free WEB API, via the latest Bing's AI.

GUI Preview:

<img src="./img/login.png" width="408" height="290" />
<img src="./img/settings.png" width="408" height="290" />
<!-- round angles images -->
<img src="./img/login.png" width="408" height="290" style="border-radius: 0.4rem;" />
<img src="./img/settings.png" width="408" height="290" style="border-radius: 0.4rem;" />

## Requirements

Expand All @@ -32,6 +33,8 @@ To install the required libraries, you can use the following command:

### Usage

_Note: It is recommended to use the GUI._

To run the server, use the following command:

```shell
Expand Down
Binary file modified img/.DS_Store
Binary file not shown.
Binary file modified img/login.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/settings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/FreeGPT4_Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,4 @@ async def get_token():

if __name__ == "__main__":
# Starts the server, change the port if needed
app.run("0.0.0.0", port=args.port, debug=True)
app.run("0.0.0.0", port=args.port, debug=False)

0 comments on commit f2d9fca

Please sign in to comment.