deepai-org/deepai-js-client

Error: DeepAI error: unknown input type for key: grid_size

Strooss opened this issue · 1 comments

let resp = await deepai.callStandardApi('fantasy-world-generator', {
                text: prompt,
                grid_size: 1,
                width: width,
                height: height
});

In this case, please pass "1" as a string. All the values should be strings.