Open
Conversation
Member
|
(as discussed on discord) Plugins tied to a specific service - particularly proprietary ones - do not belong in the main repo, so we will not be merging this. It lives on as a PR and a branch on Liareth's repo so folks can use it however they see fit. What we would merge is a generic async HTTP request/response plugin and a nwscript file that leverages it to talk to OpenAI (or ChatGPT, etc) Also listed in Awesome-NWNX.md |
|
hi there! how might i test this out? is the best way:
i'm on Discord so can chat there if you prefer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2023-02-19.20-08-17.mp4
This is a tech demo / prototype for using OpenAI in NWN. I won't be bringing this all the way, I just wanted to make a PR to share and serve as a reference for people working on making this type of feature production ready.
Next steps, if anyone wants to make this production ready:
See NWNX discord thread for module (https://discord.com/channels/382306806866771978/1076960200898121889/1076973592220287127). Note that scripts in
NWScript/Exampleare already included in the module, they're just duplicated here as well for easy reference.