- Регистрация
- 09.08.2018
- Сообщения
- 9
- Благодарностей
- 0
- Баллы
- 1
Есть два идентичных запроса:
{
"model": "gpt-3.5-turbo",
"messages": [
{
"role": "user",
"content": "{-Variable.promt1-}"
}
]
}
{
"model": "gpt-3.5-turbo",
"messages": [
{
"role": "user",
"content": "Переведи на английский чтобы было понятно носителю: {-Variable.intro-}"
}
]
}
Других отличий нет.
Первый работает норм второй нет. Что я делаю не так?
Ошибка
{"error":{"message":"We could not parse the JSON body of your request. (HINT: This likely means you aren't using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please contact us through our help center at help.openai.com.)","type":"guoguo_api_error"}}
{
"model": "gpt-3.5-turbo",
"messages": [
{
"role": "user",
"content": "{-Variable.promt1-}"
}
]
}
{
"model": "gpt-3.5-turbo",
"messages": [
{
"role": "user",
"content": "Переведи на английский чтобы было понятно носителю: {-Variable.intro-}"
}
]
}
Других отличий нет.
Первый работает норм второй нет. Что я делаю не так?
Ошибка
{"error":{"message":"We could not parse the JSON body of your request. (HINT: This likely means you aren't using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please contact us through our help center at help.openai.com.)","type":"guoguo_api_error"}}