• Hello, I would like to use a shortcode to generate a text about cars 800 words long.. Now I have entered the following:

    [text_prompter model=”gpt-4o-mini”]a 800 words long text about cars[/text_prompter]

    But then each time only a text of 20-30 words came up. So I tried again in the shortcode to determine the value for max_tokens. But then I always got this error message:

    Invalid type for ‘max_tokens’: expected an integer, but got a string instead.

    I also tried it without the quotation marks, but got the same error message. What am I doing wrong? It would be nice if you could help me here

Viewing 1 replies (of 1 total)
  • Ashok Singh

    (@flippercode0505)

    Hello,

    Sorry for the late response due to our workload for other WordPress Plugins.

    We have fixed this issue in our version1.0.7 today and please use the below shortcode. We have tested this shortcode at our end.

    [text_prompter model=”gpt-4o” max_tokens=”800″]a 800 words long text about cars[/text_prompter]

    Best Regards

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.