Old 03-18-2024, 11:05 AM   #1
ferropop
Human being with feelings
 
ferropop's Avatar
 
Join Date: Jan 2016
Location: Los Angeles, CA
Posts: 3,116
Default GPT and new API like Lanes..

Hi there, anyone else that relies heavily on GPT to script reasonably complex things -- how are y'all dealing with GPT4 not knowing about the newer API like Lanes and Comp Areas, etc?

The knowledge cuts off right as Lanes were beginning to emerge, and so were not really included in the training data. Has anyone found a resource you can point GPT towards and just say "hey learn all this"?

Example : i'm making a number-pad-based Razor Edits workflow -- like grow/shrink/move RE to gridlines/2x/.5x etc, as well as envelope actions like "set envelope inside RE to -INF/0/+INF" etc.

It's like a 90s Tracker workflow almost (for those of us who cut our teeth on that insanity lol)... but it doesn't respect lanes because GPT doesn't know about them.

Thank you! Endlessly learning.
__________________
FERRO
Songs I've Written/Produced : https://sptfy.com/7SIW
Instagram : http://www.instagram.com/ferropop
ferropop is offline   Reply With Quote
Old 03-19-2024, 12:40 AM   #2
Kabraxis
Human being with feelings
 
Kabraxis's Avatar
 
Join Date: Feb 2015
Location: Turkey
Posts: 200
Default

You can feed any new API inside your question. People are abstaining to include wall of preparative texts when asking questions to LLMs, but they are actually designed to work much better with longer explanations.
Kabraxis is offline   Reply With Quote
Old 03-19-2024, 08:51 AM   #3
PitchSlap
Human being with feelings
 
PitchSlap's Avatar
 
Join Date: Jan 2008
Location: Vancouver, BC
Posts: 3,793
Default

You could look into trying Claude 3.

On average it seems a bit better than GPT-4, though each have strengths/weaknesses.

One big advantage is all 3 sizes of models have a 256K token context window so it's much better understanding large documents without losing the plot.

A lot of code examples and function documentation can fit into 256K tokens with plenty to spare for accomplishing the actual task.
__________________
FRs: v5 Media Explorer Requests, Global Quantization, Session View
Win10 Pro 64-bit, Reaper 6(x64), AMD 3950x, Aorus X570 Master, 64GB DDR4 3600, PowerColor Red Devil 5700XT, EVO 970 2TB, 10TB HD, Define R6
PitchSlap is online now   Reply With Quote
Old 03-19-2024, 10:42 AM   #4
ferropop
Human being with feelings
 
ferropop's Avatar
 
Join Date: Jan 2016
Location: Los Angeles, CA
Posts: 3,116
Default

Great I'll give it a shot! So that should technically be able to absorb the updated API details?

I was able to get GPT4 to learn about how Razors interact with Lanes by exposing it to P_RAZOREDITS_EXT examples, but it does not officially "learn" it outside of the context of the one conversation. I have to remind it to learn about this every time I start a new convo.
__________________
FERRO
Songs I've Written/Produced : https://sptfy.com/7SIW
Instagram : http://www.instagram.com/ferropop

Last edited by ferropop; 03-19-2024 at 12:01 PM.
ferropop is offline   Reply With Quote
Old 03-19-2024, 11:44 AM   #5
karbomusic
Human being with feelings
 
karbomusic's Avatar
 
Join Date: May 2009
Posts: 29,260
Default

Quote:
Originally Posted by ferropop View Post
Great I'll give it a shot? So that should technically be able to absorb the updated API details?

I was able to get GPT4 to learn about how Razors interact with Lanes by exposing it to P_RAZOREDITS_EXT examples, but it does not officially "learn" it outside of the context of the one conversation. I have to remind it to learn about this every time I start a new convo.
Create your own GPT in GPT4 and upload the docs to it? That will make it persist.
__________________
Music is what feelings sound like.
karbomusic is offline   Reply With Quote
Old 03-19-2024, 05:14 PM   #6
PitchSlap
Human being with feelings
 
PitchSlap's Avatar
 
Join Date: Jan 2008
Location: Vancouver, BC
Posts: 3,793
Default

Quote:
Originally Posted by karbomusic View Post
Create your own GPT in GPT4 and upload the docs to it? That will make it persist.
Knowledge base files can actually make GPTs worse (especially when it's stuff it's already been trained on) as it can eat away at the available context.

According the creator of the #1 coding GPT the trick is to upload the files in a format only readable by code interpreter so that they are only accessible when needed.
(For example rename .txt to .md)
__________________
FRs: v5 Media Explorer Requests, Global Quantization, Session View
Win10 Pro 64-bit, Reaper 6(x64), AMD 3950x, Aorus X570 Master, 64GB DDR4 3600, PowerColor Red Devil 5700XT, EVO 970 2TB, 10TB HD, Define R6
PitchSlap is online now   Reply With Quote
Old 03-22-2024, 08:53 AM   #7
karbomusic
Human being with feelings
 
karbomusic's Avatar
 
Join Date: May 2009
Posts: 29,260
Default

Quote:
Originally Posted by PitchSlap View Post
Knowledge base files can actually make GPTs worse (especially when it's stuff it's already been trained on) as it can eat away at the available context.

According the creator of the #1 coding GPT the trick is to upload the files in a format only readable by code interpreter so that they are only accessible when needed.
(For example rename .txt to .md)
Seems like a fine method since the persistence is the problem to solve.
__________________
Music is what feelings sound like.
karbomusic is offline   Reply With Quote
Old 03-22-2024, 09:06 AM   #8
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

Quote:
Originally Posted by karbomusic View Post
Create your own GPT in GPT4 and upload the docs to it? That will make it persist.
now, how is THIS done? oh, easily. Go to chatgpt and create gpt. lol

Last edited by Jae.Thomas; 03-22-2024 at 09:21 AM.
Jae.Thomas is offline   Reply With Quote
Old 03-22-2024, 09:37 AM   #9
ferropop
Human being with feelings
 
ferropop's Avatar
 
Join Date: Jan 2016
Location: Los Angeles, CA
Posts: 3,116
Default

Thanks folks, I had already tried uploading the new API docs to the GPT Builder, but even after doing this it didn't make use of the new EXT version of P_RAZOREDITS. That's what lead me here :S It does work if I re-show it the new API during every conversation, but yeah persistence would be amazing... and expected if you can upload stuff to the builder?
__________________
FERRO
Songs I've Written/Produced : https://sptfy.com/7SIW
Instagram : http://www.instagram.com/ferropop
ferropop is offline   Reply With Quote
Old 03-22-2024, 11:20 AM   #10
karbomusic
Human being with feelings
 
karbomusic's Avatar
 
Join Date: May 2009
Posts: 29,260
Default

Quote:
Originally Posted by ferropop View Post
and expected if you can upload stuff to the builder?
I made a GPT using the builder a couple months ago for a video project I was working on. Basically 3k lines of plot info it needed to always remember and it seems to have persisted?
__________________
Music is what feelings sound like.
karbomusic is offline   Reply With Quote
Old 03-22-2024, 11:21 AM   #11
karbomusic
Human being with feelings
 
karbomusic's Avatar
 
Join Date: May 2009
Posts: 29,260
Default

Quote:
Originally Posted by Jae.Thomas View Post
now, how is THIS done? oh, easily. Go to chatgpt and create gpt. lol
Yea ha lol.
__________________
Music is what feelings sound like.
karbomusic is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:03 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.