Is there a way to access GPT-4 in the version is it finetuned/prompted in the GUI version? I have a task for which using gpt-4-1106-preview performs fairly well (~95% accuracy) but asking GPT4 with the same user prompt in the ChatGPT interface produces correct results every time.
In case there should be no such endpoint:
- Do you have any advice on how to get gpt-4-1106-preview to behave as closely as possible to the GPT-4 in the GUI?
- If even that should not help, I would just get some training data from the GUI and finetune a Mixtral8x7B instance. But (assuming I have already reached the maximum potential of CoT prompting for my use case) do you think there is any simpler way of achieving my goal?
Thanks in advance!