Author Topic: WinGPT  (Read 5554 times)

christech

  • Full Member
  • ***
  • Posts: 149
  • Karma: +2/-0
    • View Profile
WinGPT
« on: June 27, 2023, 07:26:17 pm »
Has anyone tried it yet? https://www.dialup.net/wingpt/ I have it installed and running on a Win/OS2 session. Going to get an API key for it later today and play around with it.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4714
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: WinGPT
« Reply #1 on: June 27, 2023, 08:16:47 pm »
Hi

Give it a try.
I generated my OpenAI Key here: https://platform.openai.com/account/api-keys
The program runs on Win-OS2, but I get no reply from GTP.

Not sure I'm missing some TCP/IP on Win-OS2. I don't use it.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: WinGPT
« Reply #2 on: June 27, 2023, 09:04:16 pm »
Hi

Give it a try.
I generated my OpenAI Key here: https://platform.openai.com/account/api-keys
The program runs on Win-OS2, but I get no reply from GTP.

Not sure I'm missing some TCP/IP on Win-OS2. I don't use it.

Regards

Be carefull with AI sir !  ::)

christech

  • Full Member
  • ***
  • Posts: 149
  • Karma: +2/-0
    • View Profile
Re: WinGPT
« Reply #3 on: June 28, 2023, 12:11:43 am »
Well, it works but its limited to the year 1992.  :D

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: WinGPT
« Reply #4 on: June 28, 2023, 01:10:21 am »
I briefly tried it but didn't have a key. Something happened, all 4 cores went to a 100%, CAD was super slow at displaying. Killed the WinOS2 session and things were almost back to normal except the WinOS2 session became a zombie, but at least CPU usage dropped. My guess is something to do with the tcpip stack as I assume it used the stock winsocket, which connects to the main tcpip stack.

Mentore

  • Full Member
  • ***
  • Posts: 152
  • Karma: +4/-0
    • View Profile
Re: WinGPT
« Reply #5 on: June 28, 2023, 08:29:41 am »
I briefly tried it but didn't have a key. Something happened, all 4 cores went to a 100%, CAD was super slow at displaying. Killed the WinOS2 session and things were almost back to normal except the WinOS2 session became a zombie, but at least CPU usage dropped. My guess is something to do with the tcpip stack as I assume it used the stock winsocket, which connects to the main tcpip stack.

Most likely.
We may create a client using libcurl, since ChatGPT uses a well-documented REST API set. IIRC there should be something in REXX too? This would make it easier to build a PM program.

Mentore

Lars

  • Hero Member
  • *****
  • Posts: 1271
  • Karma: +65/-0
    • View Profile
Re: WinGPT
« Reply #6 on: June 28, 2023, 08:38:16 am »
WinGPT will work on any 16-bit or 32-bit version of Windows post-Windows 3.1.

Guess WinOS/2 is not post-Windows 3.1?

Mentore

  • Full Member
  • ***
  • Posts: 152
  • Karma: +4/-0
    • View Profile
Re: WinGPT
« Reply #7 on: June 28, 2023, 01:49:20 pm »
WinGPT will work on any 16-bit or 32-bit version of Windows post-Windows 3.1.

Guess WinOS/2 is not post-Windows 3.1?

AFAIK WinOS/2 is basically Windows 3.1. It may be possible that updating it to Win32s 1.30 (there's a beta package somewhere - Hobbes maybe?) could make it work.

WinGPT should basically be just a GUI around REST calls to the ChatGPT APIs, so I can't really say if this is a WinOS/2 problem or is it maybe related to firewalls or something else.

Mentore

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4788
  • Karma: +99/-1
    • View Profile
Re: WinGPT
« Reply #8 on: June 28, 2023, 04:42:05 pm »
WinGPT will work on any 16-bit or 32-bit version of Windows post-Windows 3.1.

Guess WinOS/2 is not post-Windows 3.1?

Seem it used TCP/IP-32, a free download from Microsoft and likely what was included with Windows for Workgroups. Claims it should work with any winsock such as Trumpet.
The WinOS2 winsock may be missing stuff, it was pretty crappy, before the Netscape people helped IBM do some fixes, it wouldn't even run Netscape on WinOS2. After the fixes, it was better.
The source is available, they used the OpenWatcom fork.