Ajusta configs do compose
This commit is contained in:
@@ -27,7 +27,7 @@ class RabbitMQSettings:
|
||||
@dataclass(frozen=True)
|
||||
class GeminiSettings:
|
||||
api_key: str = os.environ.get("GEMINI_API_KEY", "")
|
||||
model: str = os.environ.get("GEMINI_MODEL", "gemini-2.5-pro")
|
||||
model: str = os.environ.get("GEMINI_MODEL", "gemini-2.5-flash")
|
||||
safety_settings: str | None = os.environ.get("GEMINI_SAFETY_SETTINGS")
|
||||
temperature: float = float(os.environ.get("GEMINI_TEMPERATURE", 0.2))
|
||||
top_k: int | None = (
|
||||
|
||||
Reference in New Issue
Block a user