Skip to main content

Your friendlly ai assistant

Project description

FriendLLy

Install

pip install friendlly

How to use

import os
os.environ['ANTHROPIC_API_KEY'] = 'your-very-secret-anthropic-api-key'

# Or even better, use dotenv instead:
# (assuming you have an .env file with 'ANTHROPIC_API_KEY=your-very-secret-anthropic-api-key' in it)
import dotenv; dotenv.load_dotenv();

%load_ext friendlly
%fr Hello there! My name is Alex.
# Hello Alex! It's nice to meet you. I'm an AI assistant created by Anthropic to be helpful,
# harmless, and honest. How can I help you today?

%fr

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

friendlly-0.0.1a0.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

friendlly-0.0.1a0-py3-none-any.whl (4.8 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