Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 296 Bytes

Proxy AI Service

POST /openai HTTP/1.1
Content-Type: application/json

{
    "api_key": "sk-xcrzWdIciajgkz3VbYGGT3BlbkFJ0hz4a5XSIobZ.....",
    "path": "/v1/completions",
    "method": "POST",
    ...other
}

Please refer to the OpenAI documentation for interface details.