Skip to main content

This is a repository to manage OpenAI Assistants.

Project description

OpenAI Assistant

This is a repository to manage OpenAI Assistants.

Setup

  1. Clone the repository:
git clone https://github.com/DEV3L/open-ai-assistant
cd open-ai-assistant
  1. Copy the env.local file to a new file named .env and replace OPENAI_API_KEY with your actual OpenAI API key:
cp env.local .env
  1. Setup a virtual environment with dependencies and activate it:
brew install hatch
hatch env create
hatch shell

Testing

Unit Tests

pytest

With coverage:

pytest --cov

With coverage for Coverage Gutters:

pytest --cov --cov-report lcov

Command + Shift + P => Coverage Gutters: Watch

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

ai_assistant_manager-0.0.1.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

ai_assistant_manager-0.0.1-py3-none-any.whl (11.0 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