docs: fix startup flow to match backend-config-managed architecture

This commit is contained in:
root
2026-04-14 16:41:22 +08:00
parent 558eee4f58
commit 8d15624b56
4 changed files with 28 additions and 24 deletions

View File

@ -173,7 +173,8 @@ body = {} # No parameters
```python
{
"api_key": str, # API Key
"base_url": str # API Base URL
"base_url": str, # API Base URL
"model": str # Model name
}
```