sync: mnogo
This commit is contained in:
@@ -19,21 +19,36 @@
|
||||
"OUT": {
|
||||
"n1": {
|
||||
"result": {
|
||||
"error": {
|
||||
"message": "Incorrect API key provided: TEST. You can find your API key at https://platform.openai.com/account/api-keys.",
|
||||
"type": "invalid_request_error",
|
||||
"param": null,
|
||||
"code": "invalid_api_key"
|
||||
"echo": {
|
||||
"url": "https://api.openai.com/v1/chat/completions",
|
||||
"headers": {
|
||||
"Content-Type": "application/json",
|
||||
"Authorization": "Bearer TEST"
|
||||
},
|
||||
"payload": {
|
||||
"model": "gpt-x",
|
||||
"messages": [
|
||||
{
|
||||
"role": "system",
|
||||
"content": "You are test"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Say Привет"
|
||||
}
|
||||
],
|
||||
"temperature": 0.25
|
||||
}
|
||||
}
|
||||
},
|
||||
"response_text": "Incorrect API key provided: TEST. You can find your API key at https://platform.openai.com/account/api-keys."
|
||||
"response_text": "https://api.openai.com/v1/chat/completions"
|
||||
}
|
||||
},
|
||||
"OUT_TEXT": {
|
||||
"n1": "Incorrect API key provided: TEST. You can find your API key at https://platform.openai.com/account/api-keys."
|
||||
"n1": "https://api.openai.com/v1/chat/completions"
|
||||
},
|
||||
"LAST_NODE": "n1",
|
||||
"OUT1": "Incorrect API key provided: TEST. You can find your API key at https://platform.openai.com/account/api-keys.",
|
||||
"OUT1": "https://api.openai.com/v1/chat/completions",
|
||||
"EXEC_TRACE": "n1(ProviderCall)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user