Skip to main content

Whisper 🤫 sweet nothin's to your favorite LLM.

Project description

demo

whisper 🤫

Visit the docs

Python 3.10 | 3.11 | 3.12 Ruff PyPI

Downloads License GitHub issues

Supported Models

Provider Name Supported by Whisper Config Key
ChatAnthropic anthropic
ChatMistralAI mistral
ChatFireworks fireworks
AzureChatOpenAI azureopenai
ChatOpenAI openai
ChatTogether
ChatVertexAI
ChatGoogleGenerativeAI
ChatGroq
ChatCohere
ChatBedrock
ChatHuggingFace
ChatNVIDIA
ChatOllama
ChatLlamaCpp
ChatAI21
ChatUpstage
ChatDatabricks

Install

To install Whisper, you can use pip:

pip install just-whisper

Setup

After installing Whisper, you need to initialize the configuration for Whisper. This involves setting up API keys for the services you intend to use, such as OpenAI or Anthropic.

To initialize the configuration, run:

$ whisper init

This will create a basic configuration file in your home directory (~/.whisper/whisper.toml). You should update this file with your API keys.

Setup with keys

If you have keys for OpenAI or Anthropic handy, you can initialize the configuration with:

$ whisper init --openai-key <your-openai-key> --anthropic-key <your-anthropic-key>

Config

The whisper config file is located at ~/.whisper/whisper.toml. It looks like this:

# ~/.whisper/whisper.toml

default = "openai"

[openai]
api_key = "sk-proj-..."
model = "gpt-3.5-turbo"

[anthropic]
api_key = "sk-ant-..."
model = "claude-3-opus-20240229"

Config Management

You can manage your config files using the whisper config command. For example...

Show Config

 whisper config show
UserConfig(   default='openai',
│   openai=OpenAIConfig(api_key='replace-me', model='gpt-3.5-turbo'),
│   anthropic=AnthropicConfig(api_key='replace-me', model='claude-3-5-sonnet-20240620')
)

Get A Config Value

 whisper config get openai.model
gpt-3.5-turbo

Set A Config Value

 whisper config set openai.api_key "sk-proj-..."
UserConfig(   default='openai',
│   openai=OpenAIConfig(api_key='sk-proj-...', model='gpt-3.5-turbo'),
│   anthropic=AnthropicConfig(api_key='replace-me', model='claude-3-5-sonnet-20240620')
)

Support Me :)

If you found this project helpful, please consider supporting me by buying me a coffee.

PayPal.Me

ETH: 0x329941cDc2D84ddDf3c0b9dB9791bc787e64AE4E

BTC: 3AVY6ySYGVJJHFo3ebrNYx9oSmqShLYrz8

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

just_whisper-0.1.4.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

just_whisper-0.1.4-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file just_whisper-0.1.4.tar.gz.

File metadata

  • Download URL: just_whisper-0.1.4.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.4.19

File hashes

Hashes for just_whisper-0.1.4.tar.gz
Algorithm Hash digest
SHA256 a25393889011445c63caa108f9c2f4c813822a59ab5f9002d9dae5386ccf8fa6
MD5 a141e02a71c436d74ac7a445f8464695
BLAKE2b-256 b6da0ffcae63003e4393b601178aef3df14ac6b180d5af02dcd22afe5b3e14fb

See more details on using hashes here.

File details

Details for the file just_whisper-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for just_whisper-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8fcc55ab27f535feefc6a29301b679d88b26bf8e02e5ad80dc98365da56c27ed
MD5 5efc8d9e45e00f5bc897668d0f3160e1
BLAKE2b-256 26a53af776c80c813206968bad33bfa1e8db37493278089527816687ad184fde

See more details on using hashes here.

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