mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
restructure config
This commit is contained in:
parent
a6b9f2cec7
commit
7f032e4441
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Any, Dict, List, Optional
|
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 .env import get_env_or_fail
|
||||||
|
|
||||||
|
from .test_config_helper import try_load_config_file_cached
|
||||||
|
|
||||||
|
|
||||||
class ProviderFixture(BaseModel):
|
class ProviderFixture(BaseModel):
|
||||||
providers: List[Provider]
|
providers: List[Provider]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue