You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for temperature, max_tokens, and timeout configuration for all AI providers
- Add environment variable support for PDODB_AI_{PROVIDER}_TEMPERATURE
- Add environment variable support for PDODB_AI_{PROVIDER}_MAX_TOKENS
- Add environment variable support for PDODB_AI_{PROVIDER}_TIMEOUT
- Add config array support for temperature, max_tokens, and timeout per provider
- Add initializeCommonDefaults() method in BaseAiProvider to load timeout from config
- Update documentation with examples for all providers showing parameter configuration
- All providers (OpenAI, Anthropic, Google, Microsoft, DeepSeek, Yandex, Ollama) now support these parameters
'Invalid response format from Yandex API: missing or invalid "output" key. Expected structure: output[0].summary[0].text or output[0].content[0].text. Response: ' . $responseStr,
213
216
0
@@ -304,4 +307,3 @@ protected function ensureAvailable(): void
0 commit comments