Search found 30 matches: autogpt

Return to advanced search

Re: autoGPT for OpenAI

Hello friends,
a first test.
Best regards,
Otto

Image
by Otto
Fri May 05, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Using "temperature: https://github.com/FiveTechSoft/screenshots/blob/master/autogpt05.png https://github.com/FiveTechSoft/screenshots/blob/master/autogpt05.png?raw=true autogpt.prg #include "FiveWin.ch"#include "Slider.ch"function ...
by Antonio Linares
Thu May 04, 2023 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Dear Otto, yes, I think so This is our more recent version: https://github.com/FiveTechSoft/screenshots/blob/master/autogpt04.png?raw=true https://github.com/FiveTechSoft/screenshots/blob/master/autogpt04.png?raw=true autogpt.prg #include "FiveWin.ch"function ...
by Antonio Linares
Thu May 04, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Dear Antonio,
I have the ChatGPT Pro plan and pay $24 per month. However, if I want to use the OpenAI API, I need another plan that is billed per token.
I hope my information is right.
Best regards,
Otto
by Otto
Thu May 04, 2023 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Dear Otto,

Who will pay for the OpenAI services ?

Could you please explain your point of view and how will it work ?

many thanks
by Antonio Linares
Thu May 04, 2023 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Hello friends, I am thinking of creating an offline tool to submit text to ChatGPT. Requiring customers to have an API key with variable cost billing can be cumbersome. Here, I will simply enter the text into a textbox and then select the task from a combobox. Then, I will use a copy command to tran...
by Otto
Thu May 04, 2023 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: New FTDN April/Abril 2023 (FWH 23.04)

... Gallego, Charly, Cristobal, Giorgio, etc. ¡Son grandes noticias! Pronto planeamos proporcionar más potencia de IA desde FWH en el modo de trabajo autoGPT. Editado: phind.com API está descontinuada por ahora. * Nuevo: Nuevo ejemplo samples\autogpt.prg es una extensión del gran ejemplo chatgpt.prg ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1757

New FTDN April/Abril 2023 (FWH 23.04)

... free. Many thanks to Carlos Gallego, Charly, Cristobal, Giorgio, etc. These are great news! Soon we plan to provide more AI power from FWH in the autoGPT way of work. Edited: phind.com API is discontinued for now. * New: samples\autogpt.prg is an extension of great chatgpt.prg example from Carlos ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1757

Re: autoGPT for OpenAI

Dear Reinaldo, In the source code, originally developed by Carlos Gallego, you find this:   TEXT INTO cJson   {      "prompt": "cPrompt_empty",      "temperature": 0,      "max_tokens": 2048   }   ENDTEXT Not sure if modifying the max_tokens value ma...
by Antonio Linares
Fri Apr 28, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Hello Antonio; I think I have a very good use case for this class. I have been testing the idea using Chat.openai.com manually. I feed the document's text with a very technical question and so far the answers are better than what my most seasoned and technical users have been coming up with. A typic...
by reinaldocrespo
Thu Apr 27, 2023 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Dear Otto,

yes, thats the idea :-)

To have a collection of tasks and also a collection of different prompts and rules
by Antonio Linares
Wed Apr 26, 2023 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Dear Antonio, many, many thanks for your tireless research work. So great that we can now access AI from Fivewin. It opens up so many possibilities. I am also already in the process of creating a small utility. You can choose standard tasks from a task box to set ChatGPT. Thanks again Otto https:...
by Otto
Wed Apr 26, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Enhanced version: autogpt.prg #include "FiveWin.ch"function Main()   local oDlg, oGetQuestion, cQuestion := Space( 100 )   local oGet2, cVar2 := Space( 2048 )   local ...
by Antonio Linares
Sun Apr 23, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Enhanced version: autogpt.prg #include "FiveWin.ch"function Main()   local oDlg, oGet1, cVar1 := Space( 100 )   local oGet2, cVar2 := Space( 2048 )   local oFont, oBtn1, oSay1, oSay2   local nChars ...
by Antonio Linares
Sun Apr 23, 2023 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: autoGPT for OpenAI

Dear Jimmy,

Yes, you have to subscribe to it but it is very cheap :-)
by Antonio Linares
Sun Apr 23, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486
Next

Return to advanced search