Skip to content

Conversation

@Fottas
Copy link
Contributor

@Fottas Fottas commented Nov 21, 2025

/Add timeout, SSL bundle, and redirect configuration support via spring.ai.deepseek.http-client.* properties.

spring:
  ai:
    deepseek:
      http-client:
        connect-timeout: 10s
        read-timeout: 60s

Backward compatible - all properties optional, can be disabled via enabled: false.
Resolves #4934

@Fottas Fottas force-pushed the deepseek-timeout branch 3 times, most recently from e2540f9 to c106954 Compare November 22, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DeepSeek: support HTTP client timeout configuration

1 participant