Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 707 Bytes

File metadata and controls

22 lines (17 loc) · 707 Bytes

Lua GenAI framework for roblox

Made with Rojo 7.4.4.

Getting Started

Install rojo, and clone this repo.

After that, Build the module with this command:

rojo build -o APIClient.rbxm  model.project.json

Drag the APIClient.rbxm into roblox studio and move it to Replicated storage.

After that, you're good to go.

Todo's

  • Implement safety features
  • implement function call
    • fixing some stuff, fixed the issue: not be able to remember past function calls.
  • json mode (structured output)
    • already fix some function calling issues when it not used. (no functions declared returns a bad 400 http request)
  • use in production.