mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
remove profile
This commit is contained in:
@@ -18,9 +18,7 @@ class LoggingConfig(BaseSettings):
|
||||
class Settings(BaseSettings):
|
||||
"""The class that holds all the API keys for the application."""
|
||||
|
||||
AMAZON_API_KEY: Optional[SecretStr] = Field(
|
||||
"default", description="AWS Named Profile"
|
||||
)
|
||||
AMAZON_API_KEY: Optional[SecretStr] = Field(None, description="AWS Named Profile")
|
||||
ANTHROPIC_API_KEY: Optional[SecretStr] = Field(
|
||||
None, description="API key for Anthropic"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user