diff --git a/shared/open-ai-integration/quickstart.mdx b/shared/open-ai-integration/quickstart.mdx index 0c3c7c34b..7def74ef5 100644 --- a/shared/open-ai-integration/quickstart.mdx +++ b/shared/open-ai-integration/quickstart.mdx @@ -706,7 +706,7 @@ if **name** == "**main**": # Load environment variables and run the agent load_dotenv() asyncio.run( RealtimeKitAgent.entry_point( -engine=RtcEngine(appid="aab8b8f5a8cd4469a63042fcfafe7063"), +engine=RtcEngine(appid=os.getenv("AGORA_APP_ID")), inference_config=InferenceConfig( system_message="""\\ You are a helpful assistant. If asked about the weather, make sure to use the provided tool to get that information. \\