What is the expected wait time for a completion in an newly fine-tuned Curie model?

Hello,

I recently fine-tuned a Curie model and I am currently trying to generate completions using the completions.create command. The terminal is stuck at >quote and I am unsure if I am entering the commands correctly. I am using the following command:

openai api completions.create -m curie:ft-xxxxx -p In order to fly, the mammals had to...

Can someone please provide information on what the expected wait time is for a fine-tuned Curie model? I want to make sure I am using the correct command and that I am not doing anything wrong.

Thank you for your help.

Edit: I was indeed incorrect, you had to put quotes around the prompt. i.e

openai api completions.create -m curie:ft-xxxxx -p "In order to fly, the mammals had to..."

but now I have another questions - why are my response so short?