From 08f7d7abd85fb27e1e4cf34193aebe9ba1909b54 Mon Sep 17 00:00:00 2001 From: 125ryun <125ryun@gmail.com> Date: Tue, 20 Feb 2024 20:59:06 +0900 Subject: [PATCH] [NLP] ncloud clova summary api test --- ai/test_api.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai/test_api.py b/ai/test_api.py index 93fa33c..4d646ac 100644 --- a/ai/test_api.py +++ b/ai/test_api.py @@ -4,9 +4,9 @@ import json import re - -client_id = 'ibtbrecmjt' -client_secret = 'VrApImv7omDNf99iyLP9eovKLrghcZ4PYNfyH4ru' +import key +client_id = key.client_id +client_secret = key.client_secret url = 'https://naveropenapi.apigw.ntruss.com/text-summary/v1/summarize'