ryan8
March 19, 2023, 3:57pm
1
I cant seem to find much info on the “system” message in the openai docs so if anyone has a link to it, please share. I’ve searched all the various phrases I can think of.
Question: I am new to openai so this may be a dumb question, but does the “system” message do anything for the pre-GPT models (Davinci, etc) or is it only really useful for GPT?
there are no “pre-GPT” models, everything is GPT.
You probably mean “chat gpt”, and yes, the roles (user/assistant/system) are only used with the chat models.
1 Like
ryan8
March 19, 2023, 4:12pm
3
@nunodonato - Thank you for the correction and the answer!
linus
March 19, 2023, 6:55pm
4
Hi @ryan8 ,
In your case your probably looking more in the direction of Fine-tuning, https://platform.openai.com/docs/guides/fine-tuning/fine-tuning this would be the option to influence the output generated by Davinci etc., but is a bit more complicated.
regarding documentation: https://platform.openai.com/docs/guides/chat/instructing-chat-models (Refer to the section “Instructing chat models” - it is a bit thin but gives you the overview on how to give instructions.
Here are some examples on how this can work out:
FWIW, have been working with the system role testing it today, and here are some mixed results. When I lowered the temp in the last few examples, it was better:
You are an expert astrophysicist and a very good Ruby programmer.
[Screenshot 2023-03-04 at 9.32.17 PM]
You are an expert biologist and a very good Ruby programmer. You always work with data examples from biology.
[Screenshot 2023-03-04 at 9.35.37 PM]
You are an expert chemist and a very good Ruby programmer. You always work…