Skip to main content

Unofficial CLOVA X API

Project description

Naver Clova X Unofficial API

clova-logo

PyPI package PyPI

Unofficial API for Naver Clova X, a Korean AI LLM (Language Model) service.

Install

pip install clovax

How can I get cookie file?

  1. Install Get cookies.txt LOCALLY
  2. Export cookie
  3. Set cookie file path to get_cookie function

Usage

Start a conversation

from clovax import ClovaX

c = ClovaX()
c.get_cookie("[Your netscape cookie file]")
log = c.start("test")
print(log)

Continue a conversation

from clovax import ClovaX

c = ClovaX()
c.get_cookie("[Your netscape cookie file]")
log = c.start("test", "안녕")
log = c.continue_conversation("test", "오늘 저녁 알려줘")
print(log)

TODO

  • Login using given naver ID and password
  • Get existed conversation using conversation ID
  • Proxy support
  • Support personas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clovax-0.0.4.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

clovax-0.0.4-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page