#Chatgpt as a package

1 messages · Page 1 of 1 (latest)

covert nymph
#

Is there a package that allows the integration of chatgpt into a unity project?

teal thistle
#

Many different tools.
You could go with C# open ai API wrappers or use something like LLMUnity package from github

#

Or implement your own integration of open ai API requests

sharp canopy
#

@teal thistle does it work in webgl too?

teal thistle
sharp canopy
#

doesnt seem like it

teal thistle
#

Yeah, it seems like native libraries are not supported on webgl, so not gonna work.