updating the CLI and demos to support anthropic vs. claude

This commit is contained in:
Salman Paracha 2025-09-04 15:16:21 -07:00
parent ecf453ed70
commit 412b5b450a
5 changed files with 7 additions and 8 deletions

View file

@ -7,7 +7,6 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import java.time.Instant;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;