We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780bbc1 commit fe4b728Copy full SHA for fe4b728
boaviztapi/routers/component_router.py
@@ -109,7 +109,9 @@ async def gpu_all_archetype_name():
109
110
111
@component_router.get("/gpu/archetype_config", description=gpu_description)
112
-async def gpu_archetype_config(archetype: str = Query(examples=config["default_gpu"])):
+async def gpu_archetype_config(
113
+ archetype: str = Query(examples=[config["default_gpu"]]),
114
+):
115
return get_archetype_config(archetype, "gpu")
116
117
0 commit comments