-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom URL for the used GPT API #15
base: master
Are you sure you want to change the base?
Conversation
Allow to pick a custom url for a GPT API. This allows to use self hosted Open AI compatible APIs
Thank you very much for your interest and pull request! I assume this is very much alike #14. Some questions, if you don't mind:
|
I locally actually update some other modules (https://github.com/TheComamba/UnKenny, https://github.com/adougherty/ai-tools, https://github.com/Halftonex/npc-generator-gpt ) In short you'll,
For some time I contributed to the npc sheet 5e modules and I wrote the lootpopulator module (merged into the npc sheet at some point). All of the above mentioned modules could benefit from the following features IMHO.
So my current goal is to prepare the lootsheet for v12. Combining above mentioned modules and getting them ready for v12. Basically brings fully fledged NPC with a full background, items, relations, properties, ... that can trade, barter and chat with the players on the press of a button or the drop of a token. And all this without beeing depended on someone else :D |
This add a boolean and a string setting to the module.
The boolean would determine if a custom URL is to be used.
If so the string from that custom URL is used instead of the OpenAI api.
This makes the module usable with e.g. LM Studio.