File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
10_async/10_temporal/060_open_ai_agents_sdk_hello_world Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ agent:
102102
103103 # Optional: Set Environment variables for running your agent locally as well
104104 # as for deployment later on
105- env :
106- OPENAI_API_KEY : " "
105+ env : {}
106+ # OPENAI_API_KEY: ""
107107 # OPENAI_BASE_URL: "<YOUR_OPENAI_BASE_URL_HERE>"
108- OPENAI_ORG_ID : " "
108+ # OPENAI_ORG_ID: ""
109109
110110
111111# Deployment Configuration
@@ -137,4 +137,4 @@ deployment:
137137 memory : " 1Gi"
138138 limits :
139139 cpu : " 1000m"
140- memory : " 2Gi"
140+ memory : " 2Gi"
Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ ALL_TUTORIALS=(
4949 # "00_sync/010_multiturn"
5050 # "00_sync/020_streaming"
5151 # base tutorials
52- " 10_async/00_base/000_hello_acp"
53- " 10_async/00_base/010_multiturn"
54- " 10_async/00_base/020_streaming"
55- " 10_async/00_base/030_tracing"
56- " 10_async/00_base/040_other_sdks"
57- " 10_async/00_base/080_batch_events"
52+ # "10_async/00_base/000_hello_acp"
53+ # "10_async/00_base/010_multiturn"
54+ # "10_async/00_base/020_streaming"
55+ # "10_async/00_base/030_tracing"
56+ # "10_async/00_base/040_other_sdks"
57+ # "10_async/00_base/080_batch_events"
5858 # temporal tutorials
59- " 10_async/10_temporal/000_hello_acp"
60- " 10_async/10_temporal/010_agent_chat"
61- " 10_async/10_temporal/020_state_machine"
59+ # "10_async/10_temporal/000_hello_acp"
60+ # "10_async/10_temporal/010_agent_chat"
61+ # "10_async/10_temporal/020_state_machine"
6262 " 10_async/10_temporal/060_open_ai_agents_sdk_hello_world"
6363 " 10_async/10_temporal/070_open_ai_agents_sdk_tools"
6464 " 10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop"
You can’t perform that action at this time.
0 commit comments