text = f"“”
You should express what you want a model to do by \
providing instructions that are as clear and \
specific as you can possibly make them. \
This will guide the model towards the desired output, \
and reduce the chances of receiving irrelevant \
or incorrect responses. Don’t confuse writing a \
clear prompt with writing a short prompt. \
In many cases, longer prompts provide more clarity \
and context for the model, which can lead to \
more detailed and relevant outputs.
“”"
prompt = f"“”
Summarize the text delimited by triple backticks \
into a single sentence. {text}
“”"
response = get_completion(prompt)
print(response)
In code cell 1 I get the error that get_completion function is not defined. Can anyone help?
My wireless internet connection is not working in my computer so I have to use a wired router. Since the code cells aren’t working, I’m following the videos only. My computer is Windows 7 if you want to know. Maybe because of that I’m having a problem. I had a computer that was originally Windows 10 and later I upgraded to 11 but it’s not working.