No project description provided
Project description
Bavisitter: Babysitting LLMs for Visualization
import os
from bavisitter import Bavisitter
os.environ["OPENAI_API_KEY"] = "sk-"
# If you are using different LLMs (e.g., Claude, Gemini) use different api keys.
bavisitter = Bavisitter(df, model="gpt-4-turbo-preview", color_mode="dark")
bavisitter
Development
Install pnpm and Hatch to set up the development environment.
git clone https://github.com/jiwnchoi/bavisitter.git && cd bavisitter
pnpm install
hatch shell
pnpm dev
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
bavisitter-0.0.3.tar.gz
(5.7 MB
view hashes)
Built Distribution
Close
Hashes for bavisitter-0.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bcc07597188336b0bd19234647f9618c4dd5d298a68ed83cd7049334e95cae4 |
|
MD5 | 91e2a6b2af335efebf0090d973acf901 |
|
BLAKE2b-256 | 69ce8861a7fcdb974e22c053d34e177b241fa5dba3e5aafb51c2155417df7357 |