From 66a92a23859d23df29b1a969df5669e78a78be3f Mon Sep 17 00:00:00 2001 From: Junwei Dai Date: Mon, 16 Sep 2024 12:48:52 -0700 Subject: [PATCH] Update the template link to pass the link check Signed-off-by: Junwei Dai --- tests/default/flow_framework/template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/default/flow_framework/template.yaml b/tests/default/flow_framework/template.yaml index 76f8bd3f8..c7ac780c9 100644 --- a/tests/default/flow_framework/template.yaml +++ b/tests/default/flow_framework/template.yaml @@ -41,7 +41,7 @@ chapters: actions: - action_type: predict method: POST - url: 'https://api.openai.com/v1/chat/completions' + url: example_url - id: register_openai_model type: register_remote_model previous_node_inputs: @@ -113,7 +113,7 @@ chapters: actions: - action_type: predict method: POST - url: 'https://api.openai.com/v1/chat/completions' + url: example_url - id: register_openai_model type: register_remote_model previous_node_inputs: