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
# @param transcriber [Vapi::DeepgramTranscriber, Vapi::GladiaTranscriber, Vapi::TalkscriberTranscriber] These are the options for the assistant's transcriber.
259
-
# @param model [Vapi::AnyscaleModel, Vapi::AnthropicModel, Vapi::CustomLlmModel, Vapi::DeepInfraModel, Vapi::GroqModel, Vapi::OpenAiModel, Vapi::OpenRouterModel, Vapi::PerplexityAiModel, Vapi::TogetherAiModel, Vapi::VapiModel] These are the options for the assistant's LLM.
260
-
# @param voice [Vapi::AzureVoice, Vapi::CartesiaVoice, Vapi::DeepgramVoice, Vapi::ElevenLabsVoice, Vapi::LmntVoice, Vapi::NeetsVoice, Vapi::OpenAiVoice, Vapi::PlayHtVoice, Vapi::RimeAiVoice] These are the options for the assistant's voice.
258
+
# @param transcriber [Vapi::Assistants::UpdateAssistantDtoTranscriber] These are the options for the assistant's transcriber.
259
+
# @param model [Vapi::Assistants::UpdateAssistantDtoModel] These are the options for the assistant's LLM.
260
+
# @param voice [Vapi::Assistants::UpdateAssistantDtoVoice] These are the options for the assistant's voice.
261
261
# @param first_message_mode [Vapi::Assistants::UpdateAssistantDtoFirstMessageMode] This is the mode for the first message. Default is 'assistant-speaks-first'.
262
262
# Use:
263
263
# - 'assistant-speaks-first' to have the assistant speak first.
# @param transcriber [Vapi::DeepgramTranscriber, Vapi::GladiaTranscriber, Vapi::TalkscriberTranscriber] These are the options for the assistant's transcriber.
724
-
# @param model [Vapi::AnyscaleModel, Vapi::AnthropicModel, Vapi::CustomLlmModel, Vapi::DeepInfraModel, Vapi::GroqModel, Vapi::OpenAiModel, Vapi::OpenRouterModel, Vapi::PerplexityAiModel, Vapi::TogetherAiModel, Vapi::VapiModel] These are the options for the assistant's LLM.
725
-
# @param voice [Vapi::AzureVoice, Vapi::CartesiaVoice, Vapi::DeepgramVoice, Vapi::ElevenLabsVoice, Vapi::LmntVoice, Vapi::NeetsVoice, Vapi::OpenAiVoice, Vapi::PlayHtVoice, Vapi::RimeAiVoice] These are the options for the assistant's voice.
723
+
# @param transcriber [Vapi::Assistants::UpdateAssistantDtoTranscriber] These are the options for the assistant's transcriber.
724
+
# @param model [Vapi::Assistants::UpdateAssistantDtoModel] These are the options for the assistant's LLM.
725
+
# @param voice [Vapi::Assistants::UpdateAssistantDtoVoice] These are the options for the assistant's voice.
726
726
# @param first_message_mode [Vapi::Assistants::UpdateAssistantDtoFirstMessageMode] This is the mode for the first message. Default is 'assistant-speaks-first'.
727
727
# Use:
728
728
# - 'assistant-speaks-first' to have the assistant speak first.
0 commit comments