Spaces:
Running
Running
File size: 221 Bytes
098a230 |
1 2 3 4 5 6 7 8 9 |
{
"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"
}
|