#Is the model from a fine-tune capable to respond to subsequent prompts
4 messages · Page 1 of 1 (latest)
The API receives whatever you program it to do. Calls are unique, so if you want any model, fine-tuned or not, to have context, you will need to program that into your app to feed the context into the call
@rugged crane does that mean I'd have to include the corresponding completion from a previous prompt into a new prompt in order to achieve something like that?
Either that or embeddings.