whistleblower / input_example.json
FireShadow's picture
base code added
098a230 verified
raw
history blame
221 Bytes
{
"api_url": "https://api.example.com/chatbot",
"api_key": "<API_KEY>",
"request_body": "message",
"response_body": "response",
"OpenAI_api_key": "your_openai_api_key_here",
"model": "gpt-4"
}