dspy
dspy copied to clipboard
dspy application cannot be interrupted by ctrl-c
dspy version: 2.5.16 fastapi version: 0.115.3 os: ubuntu 24.04 python version: 3.12.3 LLM provider: deepseek
my application is a web post api in which make request to llm,. when application waiting for response from llm, ctrl-c not work.
what should i do?