B4X Chat GPT4 assistant, possible ?

josejad

Expert
Licensed User
Longtime User
Hang on, left part of what?
Left part of everything (the screen, the chatGPT web, the menu, ...) :)

("Explore GPT")

1736406046948.png
 

yiankos1

Well-Known Member
Licensed User
Longtime User
Something like that, in any case to save money ;)

And @klaus for writing such great booklets that AIs can now use to generate better code.

Maybe there will be a way to use all this in the future without needing the premium version of chatgpt.
It would be great if it can give results with in line java. Getting answers from stackoverflow. Or github, in order to use a library by using .aar file and some in line java code.

Just a thought.
 

AnandGupta

Expert
Licensed User
Longtime User
In the left part, you should see: "explore GPT", just search there
Thanks, found it.

Are these made by us (members here) ?
Or we just have to try each and find out which has better 'knowledge' of B4X
 

AnandGupta

Expert
Licensed User
Longtime User
What is Harbour/MiniGUI?
dBaseII, dBase III, FoxBase, FoxPro, Clipper etc. are similar in syntax DOS 16 bit programming language. Clipper was compiler which created 16 bit exe from prg (source codes).

Now in 64 bit Windows dos shell these 16 bit exe do not run.

Harbour is step towards solving it by creating 32 bit exe from same prg. It also supports Linux, which most programmers use. It shows console screen with ASCII characters used in prg for line, box etc.

HMG and MiniGUI are compiler for same prg with additional codes for gui dialog, msgbox, button etc. and creates 32 bit exe.

Checkout below for details,
http://hmgextended.com
http://www.hmgforum.com/
 
Top