#How can I add more data to the model?

4 messages · Page 1 of 1 (latest)

wheat skiff
#

Hi,

Can i add more data to the model and then interact with it? For example: can i feed my entire Git repo into the model and then ask questions about the data? Can i give it an entire chat history and then ask it questions about it? I’ve seen embeddings being recommended but it still doesn’t fully address my requirements. Sure, i can give it a rolling chat history as part of the API request and it will “remember” some things but what I want is to put my data into the model itself and basically expand it’s “brain”.

Do you know of a way to do this?

spice shuttle
#

Sometimes fine tune may work, it’s trained with prompt for a desired answer but use embedding is still the most recommended way

#

the gpt bot made by kaveen is really a good example