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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for claudeai_eng-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 467cdef367ef9c6724886c6661855e64c33aa2eb5511b784339c2c799e2d3dda |
|
MD5 | 847ced728bbe40004c2212d50ae1bc8e |
|
BLAKE2b-256 | d679dc1257f4ac0d1eb98c99aaf127d396d11786649aaff1dd78efdb0f33ead2 |