Help with #openai Macro
#openai[<model>,<prompt or template>,<amount of words>,<keyword>,<temperature>,<language>]
This is what the GSA Documentation specifies.
I had this in the past and it worked:
Example: #openai[gpt-3.5-turbo,write a positive sentence about humans.]
#openai[gpt-3.5-turbo,something to generate,.5]
Should that still be working? Do you need to include KW and number of words now, whereas in the past we didn't?
The example in the GSA SER Docs also has this:
Example: #openai[gpt-3.5-turbo,write a positive sentence about humans.]
Output: Humans have managed not to kill themselves as a species (yet).
Example: #openai[gpt-4,Case Study,10,SEO Software,0.7]
So apparently you can leave everything out, but what about how I had been doing it, also including temperature, and omitting the KW and number of words? Would that work still? Should that work and the failure to generate lies elsewhere?!'
Im presently testing to see if i can find out what the deal is presently.
(I had projects using prompts like these but no longer seem to work, API key entered was good, the Add article function for OpenAI works, too. So then maybe the prompts are no longer good.)
Hmm..Actually missed this (also in documentation):
If you use just the template, you also need to define the <amount of words> and <keyword>.
So the way I had been using this macro was correct. The API key is entered and correct. The articles generate in the Article pane. This should still work! Now I'm back where I started as far as why this isn't working. 
Comments