mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Update config.py
This commit is contained in:
parent
ef2b686ff4
commit
96d4e7241c
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ from llama_stack.schema_utils import json_schema_type
|
|||
|
||||
|
||||
class LlamaProviderDataValidator(BaseModel):
|
||||
fireworks_api_key: Optional[str] = Field(
|
||||
llama_api_key: Optional[str] = Field(
|
||||
default=None,
|
||||
description="API key for Llama API models",
|
||||
description="API key for api.llama models",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue