Skip to content

Newbie Error: JSONDeserialize(Error("expected value", line: 8, column: 1)) #436

@ganakee

Description

@ganakee

I am trying some of the test code.

In each case, I get the error: Error: JSONDeserialize(Error("expected value", line: 8, column: 1))

Example:

let response = client.chat().create(request).await?;
OR
let response = client.images().create(request).await?;

My Cargo.toml has:

[dependencies]
async-openai = "0.29.3"
tokio = { version = "1.47.1", features = ["full"] }
serde_json = "1.0.145"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions