Skip to content

Commit

Permalink
[NLP] ncloud clova summary api test
Browse files Browse the repository at this point in the history
  • Loading branch information
125ryun committed Feb 20, 2024
1 parent fa4441a commit 08f7d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ai/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 08f7d7a

Please sign in to comment.