app.post("/v1/chat/completions", response_model=ChatCompletionResponse)
| 1 | """ |
| 2 | This script implements an API for the ChatGLM3-6B model, |
| 3 | formatted similarly to OpenAI's API (https://platform.openai.com/docs/api-reference/chat). |
| 4 | It's designed to be run as a web server using FastAPI and uvicorn, |
nothing calls this directly
no outgoing calls
no test coverage detected