You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: