diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-25 21:21:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 21:21:09 +0100 |
commit | cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291 (patch) | |
tree | 217e6fd1d3440d7e5fe1ce6907c2273d16567827 /README.md | |
parent | ~ (diff) | |
parent | Update min requirements, Add pycryptodome (diff) | |
download | gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.gz gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.bz2 gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.lz gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.xz gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.zst gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -172,7 +172,8 @@ image_url = response.data[0].url ### Webview GUI -Open the GUI in a window of your OS. Runs on a local/static/ssl server with a js api. Supports login into the OpenAI Chat, Image Upload and streamed Text Generation. +Open the GUI in a window of your OS. Runs on a local/static/ssl server and use a JavaScript API. +Supports login into the OpenAI Chat, Image Upload and streamed Text Generation. Supports all platforms, but only Linux tested. |