sie sprechen ihn jetzt mit gottfried an
This commit is contained in:
parent
056a444ed5
commit
540c761433
|
@ -38,7 +38,7 @@ public class Text2Speech : MonoBehaviour
|
|||
private OpenAIAPI _openAiApi;
|
||||
private Conversation? _conversation;
|
||||
private readonly string _openAiApiKey = "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";
|
||||
private readonly string _prompt = "Write a short text for an NPC in a game. The text should be based on the following bullet-point context, which describes the events of the last moments. Remember to only respond with the short text that the ONE NPC should speak! The context is: ";
|
||||
private readonly string _prompt = "Write a short text for an NPC in a game. The NPC works at a small gamedevelopement office and his Manager is called Gottfried. The text should be based on the following bullet-point context, which describes the events of the last moments. Remember to only respond with the short text that the ONE NPC should speak! The context is: ";
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue