"{\"status\":\"failure\",\"message\":\"Portkey Error: You need to pass prompt_id along with virtual_key. Only virtual keys are not allowed in /v1/prompts config.\"}"
{ "cache": { "mode": "semantic" }, "retry": { "attempts": 3 }, "strategy": { "mode": "single" }, "targets": [ { "provider": "openai", "virtual_key": "open-xyz", "override_params": { "model": "gpt-4-1106-preview", "response_format": { "type": "json_object" } } } ] }
{ "cache": { "mode": "semantic" }, "retry": { "attempts": 3 }, "strategy": { "mode": "single" }, "targets": [ { "provider": "openai", "prompt_id": "prompt_id", "virtual_key": "open-xyz", "override_params": { "model": "gpt-4-1106-preview", "response_format": { "type": "json_object" } } } ] }
"{\"status\":\"failure\",\"message\":\"Portkey Error: You need to pass prompt_id along with virtual_key. Only virtual keys are not allowed in /v1/prompts config.\"}"