The module works only with ChatGPT for now so if you don't have openai account you won't be able to use it for now.
This module allows you to generate places using the GPT model (currently ChatGPT3). The Place is created as Journal entry by default but additionally can be added as Chat message (see module Settings).
- Make sure to get familiar with their pricing first at https://openai.com/api/pricing/
- Install and enable the module
- Create account at openai.com (or use an existing one)
- Go to https://platform.openai.com/account/api-keys and create a new API key
- Go to module settings and insert the API key from the step above.
- ChatGPT (gpt-3.5-turbo-0301 model with temperature 0.2)
- Add more random generators (see the ./ai_classes directory)