Posted October 14, 20213 yr comment_63568 So I thought it would be cool to make an NPC actually think and respond back to a player. Decided to make it happen lol. It uses an AI API to generate a HTTP response. Can convert to other 317 sources prolly. Each player can have their own convo with the AI, the history is unique to them. Can also be used as a chat system for an NPC.. Here I simple enabled a chat response for any NPC within 1 square of the player. Obviously this is dumb, it's just a demo
October 19, 20213 yr comment_63925 This looks very promising. Imagine integration of a GPT-3 model into an NPC's design :o
October 20, 20213 yr Author comment_63982 19 hours ago, burnt_toast62 said: This looks very promising. Imagine integration of a GPT-3 model into an NPC's design Thanks, annoyingly I tried using GPT-3 initially, however their API is pretty shitty when used through Java! This API is much nicer to work with, although less impressive
Create an account or sign in to comment