remove profile

This commit is contained in:
Stan Zubarev
2024-10-31 19:50:51 -04:00
parent 8d83050a64
commit 25b742db1f
+1 -3
View File
@@ -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"
)