PlaceGPT module for FoundryVTT
WARNING
The module is in development. If you have suggestions or face any issues - please feel free to drop me an email at astromortis@gmail.com :)
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.
BUT
Since v2.0 I've added a temporary demo ChatGPT provider you can use (chatgpt-temporary-demo). It will charge my own funds so please do not exploit it.
Description
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).
The Language will be taken from the prompt. E.g. if you want to generate a place in Deutsch - just ask in Deutsch.
Installation
ChatGPT
- 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.
Generators currently available
- ChatGPT (gpt-3.5-turbo-0301 model with temperature 0.2)
To be done
- Add more random generators (see the ./ai_classes directory)