What's new

PC App How about ChatGPT on Windows 3.11? WinGPT is here for that!

arsenal1205

Intel® Xeon® Gold
Contributor
Joined
Mar 13, 2018
Posts
35,176
Solutions
330
Reaction
129,326
Points
22,184
You may remember You do not have permission to view the full content of this post. Log in or register now., a project that allowed you to use the ChatGPT bot on older Windows versions with Java support, such as Windows 98. But here's something really special. If you still own a 386 PC with Windows 3.1, WinGPT brings the bot access to your fingertips.


WinGPT is a native Win16 software that runs on Windows 3.1, providing you with the ability to interact with the ChatGPT AI bot using the chat UI. It is coded in the C programming language, utilizing the standard Windows API. Open Watcom v2 was the chosen compiler due to its ability to cross-compile to 16-bit Windows from Windows 11, making it a convenient option.

Wingpt Current Affairs
Wingpt Computer


Connecting to the OpenAI API server, WinGPT utilizes TLS 1.3 natively, eliminating the need for a proxy to terminate TLS on a modern machine. However, it should be noted that this implementation is not secure.

Windows 3.1 has pretty limited standard control library, that lacks even a status bar. Building even that simple dialog window for WinGPT required lots of efforts from its author. The UI was constructed manually for each component, meaning that resizing logic was also implemented manually to maintain the proper size of each component when the window is resized.

Win311 Control Sample


Due to age of components, hardware and technology, WinGPT has specific limitations. Due to limited memory on Windows 3.1 machines, WinGPT runs with minimum memory consumption when sending and receiving queries and responses from the OpenAI API. Modern APIs' JSON responses are not optimized for size, including OpenAI's API. To reduce response size, the model responses are set to be brief. Also, WinGPT can't keep context between your queries.

WinGPT is open source and available under GPLv2. You will find everything on its website, including

Also, it is worth noting that WinGPT binaries should work on Windows 95, which finally closes the gap. JavaGPT mentioned in the beginning of this post only works on Windows 98 and above. With WinGPT, the situation has changed.

FROM: WINAERO.COM
 
Back
Top