#Status 404 when using fine_tuned_model but working with gpt-3.5-turbo

6 messages · Page 1 of 1 (latest)

hard mauve
#

When sending my request with the model field using my fine-tuned model, that has finished with status: 'succeeded', Im getting a status 404 response, but if I switch the model to gpt-3.5-turbo the request succeeds.

Fine tuning has been finished for a couple of hours now and I can't seem to get it working. Not sure why the status code is 404 either, doesnt seem right but not sure. Any help would be great

#

Possibly related to this? Says its resolved but maybe there are still issues

hard mauve
#

I can see my custom model in the Playground and it seems to work correctly.

#

Double checking again and still getting a successful response by only changing "model": "curie:ft-personal:xxx" to "model": "gpt-3.5-turbo". Nothing else is different

hard mauve
#

Im an idiot and didnt realize I had to switch to legacy completion instead of chat completions

#

just gonna tell myself its easy to overlook