#what are best practices for custom GPTs?

1 messages · Page 1 of 1 (latest)

real oar
#

For example uploading all the documents as .txt, or other format?
Some specific way to prompt it,...

cunning phoenix
#

I too am interested. It does seem to have some issues with PDFs, though it is capable of converting to readable formats

torn iris
#

Well, there are size limits on the documents so if it's large you're probably better off using plain text format.

jagged granite
#

I would say plain text and slightly better markdown. but its a trade off I find that any docs always affect the prompt negatively so i try and not add them. there are people doing some crazy stuff but im not convinced...

real oar
#

I have the feeling as well that markdown would work better than txt. No idea about word docs.
Do you know if it is better one long document, many small, or makes no difference?

restive ermine
#

txt is the best choice, unless there are a lot of entries to your work, then PDF because ideal because it has indexing. I asked ChatGPT:

(short answer)
For CustomGPT applications that prioritize ease of processing and simplicity, .txt is often preferred. But for situations where document structure, navigation, and formatting are critical, .pdf can be the better choice.

cloud aspen
#

Is anyone aware of any concrete testing that's been done between file content formatting and file types?

If not, I would love to collaborate with one or two other people on a testing research project that we can publish 2 gt 1 heads

There are several experiments I can think of that would tell us a lot.

DM me if I don't respond to this and you want to collaborate

real oar
#

I would be interested in running some test experiments although I am a bit short of time atm. What experiments do you have in mind?

serene pollen
cloud aspen
twin palm
#

be careful with the information its quite easy to get the uploaded info from gpt, so give it good instructions or dont put sensative info into it 🙂

cloud aspen
cloud aspen
# serene pollen pdf files can often be corrupted (even if you can still open and read them). txt...

Does anyone know / is there documentation about how zip files are processed by a GPT, technically speaking? For example, are directory structures within the zip file respected/understood by a GPT that has one uploaded to it?

Further, is it know if the zip file does contain Python packages as directories with init.py files, can the GPT reason about code base structure?

I haven’t had any use cases for these ideas yet but I want to get a sense of the boundaries and edge cases

serene pollen
serene pollen
cloud aspen
#

Interesting, I’m going to have to experiment with this

serene pollen
# cloud aspen Does anyone know / is there documentation about how zip files are processed by a...

https://chat.openai.com/g/g-ljZWFeJPb-basher-gpt-your-bash-linux-shell-tutor
use > printenv and it'll show you some bin folders. If you want Chat to actually use the modules, you might have to specify that you want it install it in /usr/local/bin.

#

I made this GPT for poking around the linux box that it does Advanced Data Analysis in. (Also, you can edit the env a bit and install your own programs but they do get wiped every now and again so you'll have to reinstall them or add a command for reinstall)

#

lmk what you think or if you need help

cloud aspen
serene pollen
#

It doesn't have internet access

#

I've tried manually turning it on, but nope they got it under lock and key

cloud aspen
# serene pollen kubernetes

Kubernetes is just the container orchestrator, I’m wondering what the container substrate itself is made from

cloud aspen
serene pollen
#

I'm not really sure