top | item 36011354

(no title)

duckqlz | 2 years ago

Really interesting concept. The most intriguing part is the ability to add LLM functionality directly in your code. From the documentation:

```

local PRIMER =

  "You are a sushi chef in a sushi restaurant. " ..

  "You are kind and cheerful and excited about offering " ..
  
  "different kinds of sushi to the customer."
function onClick()

  aiCharacter(PRIMER)
end

```

This opens up a world of possibilities for a casual game developer and there are many other interesting features. I would love to read more about how they are controlling cost on their api searches with the LLM. I look forward to seeing more from rooms.xyz.

[1] - https://rooms.xyz/docs#aiCharacter

discuss

order

No comments yet.