Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
search_engine_ranker:macro_guide [2022-12-21 08:29] – [%http-header-<header_name>% or just %http-header%] svensearch_engine_ranker:macro_guide [2023-04-17 11:04] – [#gpt ... #nogpt] sven
Line 245: Line 245:
  
 Make sure you sign up at [[https://inferkit.com/|https://inferkit.com/]] for an API-KEY. The API Key must have been entered once while in the Article Manager and add a GPT3 generated article. Make sure you sign up at [[https://inferkit.com/|https://inferkit.com/]] for an API-KEY. The API Key must have been entered once while in the Article Manager and add a GPT3 generated article.
 +
 +===== #openai[<model>,<prompt or template>,<amount of words>,<keyword>,<temperature>] =====
 +
 +This will create a text based on the prompt using the AI model "**model**" and the temperature "**temperature**" (optional).
 +You can also use a custom template defined in //openai.dat// file (Science Article,Case Study,...). If you use just the template, you also need to define the **<amount of words>** and **<keyword>**.
 +Make sure you have defined your OpenAI API Key before when e.g. adding an article in article manager ones.
 +
 +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]
 +Output: A case study about SEO Software would be very nice.
 +
 +
  
 ===== %random-<min>-<max>% ===== ===== %random-<min>-<max>% =====