| 1 | """A server that provides OpenAI-compatible RESTful APIs. It supports: |
| 2 | |
| 3 | - Chat Completions. (Reference: https://platform.openai.com/docs/api-reference/chat) |
| 4 | - Completions. (Reference: https://platform.openai.com/docs/api-reference/completions) |
nothing calls this directly
no test coverage detected