Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6dadd62

Browse files
committed
prompt tweak
Former-commit-id: a7f5128 Former-commit-id: 510890ab0be7667890710522b926efd70bd8de76
1 parent 9c81103 commit 6dadd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/voice/src/functions/openai/prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const agentPrompt: OpenAI.Chat.Completions.ChatCompletionMessageParam[] =
1919
Ask for clarification if a user request is ambiguous.
2020
Dont answer with numbered list or list items and dont use any asterisks (*).
2121
Dont use emojis and dont display urls.
22-
This response is used by text to speech, make it as natural as possible by using filler words like 'um' and 'uh' when necessary.
22+
This response is used by text to speech, make it as natural as possible.
2323
A comma (,) or a period (.) present in your text will be treated as a very short pause.
2424
If you need to insert a longer pause in your audio, use the ellipsis: ...
2525
You must add a '•' symbol every 5 to 10 words at natural pauses where your response can be split for text to speech.

0 commit comments

Comments
 (0)