30 lines
875 B
JSON
30 lines
875 B
JSON
{
|
|
"snapshot": {
|
|
"incoming": null,
|
|
"params": {
|
|
"temperature": 0.1
|
|
},
|
|
"model": "gpt-x",
|
|
"vendor_format": "openai",
|
|
"system": "",
|
|
"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"
|
|
}
|
|
},
|
|
"response_text": ""
|
|
}
|
|
},
|
|
"OUT_TEXT": {
|
|
"n1": "Incorrect API key provided: TEST. You can find your API key at https://platform.openai.com/account/api-keys."
|
|
},
|
|
"LAST_NODE": "n1",
|
|
"OUT1": "Incorrect API key provided: TEST. You can find your API key at https://platform.openai.com/account/api-keys.",
|
|
"EXEC_TRACE": "n1(ProviderCall)"
|
|
}
|
|
} |