NVIDIA-Omniverse / kit-extension-sample-airoomgenerator

A tool used to create 3D content for rooms by calling OpenAI's API
Apache License 2.0
146 stars 51 forks source link

Nvidia create objects are resetting every time we re run generate objects #8

Open hasalams opened 1 year ago

hasalams commented 1 year ago

I am having a use case to utilize spatial awareness of GPT 4.

I try to send the new OpenAI request with the previous history of generated items to spawn a new asset on an existing asset

e.g. Place a cup on there coffee table

GPT4 can successfully send coordinates to place the asset on top of it and DeepSearch can spawn it on the coffee table. However, the entire assets set disappears and gets re-spawned every time we call a new prompt.

What is the best way to spawn only the new item without resetting the whole asset set?