Alexandros Pappas
Alexandros Pappas
That's a nice one! Thank you for sharing @KonngExplorer
@stillmoon this issue has been resolved as now spring ai has a seperate deepseek package https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-deepseek/src/main/java/org/springframework/ai/deepseek/api/DeepSeekApi.java
Hi @FabioAng71, Both the `/ml/v1/text/generation` and `/ml/v1/text/chat` endpoints are valid Watsonx AI APIs. The current WatsonxAiChatModel in Spring AI is designed to use the text generation API `/ml/v1/text/generation` as you...
@FabioAng71 Thank you for looking into this. Based on your findings, it seems that it's not compatible with the OpenAI API. However, to be honest, I'm not sure which of...
Sse is broken , tried [tool example](https://github.com/modelcontextprotocol/python-sdk/blob/main/examples/servers/simple-tool/mcp_simple_tool/server.py): ``` /python3.11/site-packages/starlette/routing.py", line 74, in app await response(scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not callable ``` likewise for fastMCP https://github.com/jlowin/fastmcp/issues/69 and...