Skip to content

Call MODEL:AntangelMed ERR: *__checkpoint ⇢ 400 BAD_REQUEST from POST #5181

@JasonLonglong

Description

@JasonLonglong

I'm trying to call the antangelmed model in Spring AI, but I keep getting a BadRequest error. I've tried using Spring AI's simplest method, but it still gives the same error. Is it because the model isn't compatible yet, or does the model not support this method of invocation?

code:
Flux flux = chatClient
.prompt()
.user(req.getMessage())
.stream()
.chatResponse();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions