response_object = UseDeployedPromptResponse(
deployment_id="p-PSOwRyIPaQRq4xQW3MbpV",
version_number=1.0,
name="critic-2",
functions=[],
function_call=None,
prompt=Prompt(
raw_messages=[
{
"role": "system",
"content": "You are a critic.\n"
"What unresolved questions or criticism do you have "
"after reading the following argument?"
"\nProvide a concise summary of your feedback.",
},
{"role": "system", "content": "Argument: {{argument}}"},
],
messages=[
{
"content": "You are a critic.\n"
"What unresolved questions or criticism do you have "
"after reading the following argument?"
"\nProvide a concise summary of your feedback.",
"role": "system",
},
{"content": "Argument: Hello World", "role": "system"},
],
inputs={"argument": "Hello World"},
),
model="gpt-3.5-turbo-0613",
provider="openai",
model_params={
"temp": 0.0,
"top_p": 1.0,
"max_length": None,
"presence_penalty": 0.0,
"frequency_penalty": 0.0,
},
)