Skip to main content

ProxAI is a lightweight abstraction layer for foundational AI model connections.

Project description

ProxAI

ProxAI is a lightweight abstraction layer for foundational AI model connections. It enables easy switching between providers and models for benchmarking or any other purposes. ProxAI adheres to the Zen of Python principles and prioritizes simplicity.

Installation

Package Installation

The simplest way to get ProxAI is via pip:

$ pip install proxai

Foundation Model API Keys

Before using ProxAI, set up access to third-party model providers as many as you wish. The principle is that more is better. Add your keys to ~/.zshrc and run source ~/.zshrc before running ProxAI.

Usage

To-Do: "example code", "documents", "examples".

Contributing to ProxAI

We are looking for contributors! We welcome all kinds of contributors, from fixing small typos to implementing bigger features. While we are working on a simple community guideline, don't wait for it. Feel free to jump in and contribute.

To be able to run on your local machine, follow these commands:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ git clone https://github.com/proxai/proxai.git
$ cd proxai
$ pip install poetry
$ poetry install
$ python3 examples/ask_about_model.py

Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

proxai was created by github@proxai.co. github@proxai.co retains all rights to the source and it may not be reproduced, distributed, or used to create derivative works.

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

proxai-0.1.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

proxai-0.1.0-py3-none-any.whl (14.4 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