Move inference_on_context_initialization comment to constructor level
This commit is contained in:
@@ -59,8 +59,8 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
|||||||
settings=GeminiLiveLLMService.Settings(
|
settings=GeminiLiveLLMService.Settings(
|
||||||
voice="Aoede", # Puck, Charon, Kore, Fenrir, Aoede
|
voice="Aoede", # Puck, Charon, Kore, Fenrir, Aoede
|
||||||
# system_instruction="Talk like a pirate."
|
# system_instruction="Talk like a pirate."
|
||||||
# inference_on_context_initialization=False,
|
|
||||||
),
|
),
|
||||||
|
# inference_on_context_initialization=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
context = LLMContext(
|
context = LLMContext(
|
||||||
|
|||||||
Reference in New Issue
Block a user