Skip to content

Commit 8ac2205

Browse files
committed
tts help
1 parent 4e23f35 commit 8ac2205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func init() {
8484
rootCmd.PersistentFlags().BoolVarP(&convo, "convo", "c", false, "Conversational Style chat")
8585
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "verbose output")
8686
rootCmd.PersistentFlags().BoolVarP(&narrate, "narrate", "n", false, "Narrate the response using TTS and the default audio output")
87-
rootCmd.PersistentFlags().StringVar(&voice, "voice", "onyx", "Voice to use: alloy, echo, fable, onyx, nova, and shimmer")
87+
rootCmd.PersistentFlags().StringVar(&voice, "voice", "onyx", "Voice to use: alloy, ash, coral, echo, fable, onyx, nova, sage and shimmer")
8888

8989
// Check for Required Environment Variables
9090
OPENAI_API_KEY = os.Getenv("OPENAI_API_KEY")

0 commit comments

Comments
 (0)