restructure config

This commit is contained in:
Sixian Yi 2025-01-14 16:08:20 -08:00
parent a6b9f2cec7
commit 7f032e4441

View file

@ -6,7 +6,6 @@
import os
from collections import defaultdict
from pathlib import Path
from typing import Any, Dict, List, Optional
@ -22,6 +21,8 @@ from llama_stack.providers.datatypes import RemoteProviderConfig
from .env import get_env_or_fail
from .test_config_helper import try_load_config_file_cached
class ProviderFixture(BaseModel):
providers: List[Provider]