Merge pull request #2834 from pipecat-ai/pk/update-vertex-disclaimer
Update a Google Vertex disclaimer for accuracy
This commit is contained in:
@@ -80,8 +80,10 @@ transport_params = {
|
|||||||
async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
||||||
logger.info(f"Starting bot")
|
logger.info(f"Starting bot")
|
||||||
|
|
||||||
# KNOWN ISSUE: If using GeminiVertexLiveLLMService, it appears
|
# KNOWN ISSUE: If using GeminiLiveVertexLLMService, you cannot specify a
|
||||||
# you cannot specify a modality other than AUDIO.
|
# modality other than AUDIO (at least not if using the service's default
|
||||||
|
# model, which is a native audio model:
|
||||||
|
# https://cloud.google.com/vertex-ai/generative-ai/docs/live-api/tools#native-audio).
|
||||||
llm = GeminiLiveLLMService(
|
llm = GeminiLiveLLMService(
|
||||||
api_key=os.getenv("GOOGLE_API_KEY"),
|
api_key=os.getenv("GOOGLE_API_KEY"),
|
||||||
system_instruction=SYSTEM_INSTRUCTION,
|
system_instruction=SYSTEM_INSTRUCTION,
|
||||||
|
|||||||
Reference in New Issue
Block a user