项目文件夹

文件
2026-07-13 12:34:03 +08:00

22 行
647 B
JSON

{
"id": "amd",
"llm_engine": "lemonade",
"service_name": "llama-server",
"public_api_port": 8080,
"public_health_url": "http://localhost:8080/api/v1/health",
"provider_name": "local-lemonade",
"provider_url": "http://llama-server:8080/api/v1",
"runtime": {
"lemonade": {
"container_image": "ghcr.io/lemonade-sdk/lemonade-server:v10.2.0",
"windows_version": "10.0.0",
"windows_msi_file": "lemonade-server-minimal.msi",
"windows_executable": "lemonade-server.exe",
"api_port": 8080,
"health_path": "/api/v1/health",
"linux_backend": "rocm",
"windows_backend": "vulkan"
}
}
}