Skip to main content

Claude AI is a cutting-edge language model developed by Anthropic, now available for free access through web engineering advancements.

Project description

Claude AI is a cutting-edge language model developed by Anthropic, now available for free access through web engineering advancements. With the latest innovation in XEROFANIC-ATTACH tunneling technology, Claude AI effortlessly establishes secure connections to users' requests, granting them unparalleled access to its powerful capabilities.

claudeai_eng

claudeai_eng is a Python wrapper for the Claude AI Premium API.

Installation

pip install claudeai_eng

Usage

from claudeai_eng import ClaudeAPI

claude = ClaudeAPI()

chat_id = claude.create_chat() 

response = claude.send_message(chat_id, "What is the capital of France?")

print(response)

claude.delete_chat(chat_id)

API Reference

ClaudeAI

claude = ClaudeAPI()

Creates a new ChatGPT instance.

create_chat()

chat_id = claude.create_chat()

Creates a new chat and returns the chat ID.

delete_chat(chat_id)

claude.delete_chat(chat_id) 

Deletes the chat with the given ID.

get_chats()

chats = claude.get_chats()

Returns a list of all chats for the user.

get_chat(chat_id)

chat = claude.get_chat(chat_id)

Returns the chat with the given ID.

send_message(chat_id, message)

response = claude.send_message(chat_id, "What is the capital of France?") 

Sends a message to the chat with the given ID and returns the response.

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

claudeai_eng-1.0.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

claudeai_eng-1.0.0-py3-none-any.whl (4.9 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