Skip to main content

No project description provided

Project description

Semantix GenAI Inference

A python client library to help you interact with the Semantix GenAI Inference API.

Installation

If you're using pip, just install it from the latest release:

$ pip install semantix-genai-inference

Else if you want to run local, clone this repository and install it with poetry:

$ poetry build
$ poetry install

Usage

To use it:

First, make sure you have a valid API key. You can get one at Semantix Gen AI Hub

Set an environment variable with your api secret:

$ export SEMANTIX_API_SECRET=<YOUR_API_SECRET>
$ semantix-ai --help

DEV - Publish to pypi

$ poetry config pypi-token.pypi <YOUR_PYPI_TOKEN>
$ poetry build
$ poetry publish

DEV - Bump version

$ poetry version patch | minor | major | premajor | preminor | prepatch | prerelease

See more at Poetry version command docs

DEV - Commit message semantics

See at Conventional Commits

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

semantix_genai_inference-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

semantix_genai_inference-0.0.2-py3-none-any.whl (5.1 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