sentis-samples icon indicating copy to clipboard operation
sentis-samples copied to clipboard

[Sample Request] Could add the Unite sample with the generative chat?

Open MunteanuAndreiStefan opened this issue 2 years ago • 6 comments

Hi,

I've seen a great sample at Unite. Could you add an example of Generative AI for smart NPCs with voice recognition?

Thanks, Stefan

MunteanuAndreiStefan avatar Nov 29 '23 12:11 MunteanuAndreiStefan

Thank you for the suggestion! This is known internally as Task 256

Hi we have some new models on Hugging Face. This includes a speech-to-text model (Whisper) and a small language model (Tiny Stories) to get you started.

elephantpanda avatar Jan 28 '24 08:01 elephantpanda

Hi we have some new models on Hugging Face. This includes a speech-to-text model (Whisper) and a small language model (Tiny Stories) to get you started.

Tiny Stories is used to create stories, so its most likely not helpful with creating smart NPCs.

ElectroGamesDev avatar Feb 02 '24 04:02 ElectroGamesDev

Hi we have some new models on Hugging Face. This includes a speech-to-text model (Whisper) and a small language model (Tiny Stories) to get you started.

Tiny Stories is used to create stories, so its most likely not helpful with creating smart NPCs.

That's true. Although the same code could be used with other LLMs with very little changes. And there will be some other LLMs up there in the future. And some plans are being considered to release the NPC framework. (Not got a timescale on that yet)

elephantpanda avatar Feb 02 '24 04:02 elephantpanda

That's true. Although the same code could be used with other LLMs with very little changes. And there will be some other LLMs up there in the future. And some plans are being considered to release the NPC framework. (Not got a timescale on that yet)

How could other LLMs be used with Sentis that aren't in a .sentis file?

ElectroGamesDev avatar Feb 03 '24 05:02 ElectroGamesDev