"This Python module is for interacting with the visepoint API!"
Project description
visepointis a Python package designed to provide a simple interface to interact with thevisepointAPI and prompt models. It can be used to build applications that require AI-based text completion, code completion, and other natural language processing tasks.
: Installation :
Optional:Install virtualenv:
[~$] - pip install virtualenv
Optional:Set virtual environment:
[~$] - virtualenv venv && source venv/bin/activate
Install visepoint via pip:
[~$] - pip install visepoint
: Usage :
To get started with
visepoint, you will need to obtain an API token from the visepoint checkout creator or create a checkout session using the built-ingenerate_checkout()function provided.
import visepoint
new_user = visepoint.UserCreate.generate_checkout()
print(new_user)
NOTE: Upon completing checkout, you will be registered with visepoint and an email will be sent to you containing your api credentials.
Once you have your API key, you can start using the package to interface with the
visepointAPI. Here's an example of how to use thecompletion_createfunction to prompt one of our text completion models.
Synchronous method
import visepoint
data = visepoint.Models.completion_create("visepoint", "your_api_token_here", "your_query_here")
Asynchronous method
import visepoint
data = await visepoint.Models.completion_create_async("visepoint", "your_api_token_here", "your_query_here")
: License :
visepointis distributed under theGNU General Public License v3.0License. See theLICENSEfile for more information.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file visepoint-0.12.86.tar.gz.
File metadata
- Download URL: visepoint-0.12.86.tar.gz
- Upload date:
- Size: 36.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd0cb6850344bcfe06291a1d1da37f65e2fc7f95e17162cdb9b1a147bf4862f0
|
|
| MD5 |
9ab21ae5bf475911d551ba5882402dcd
|
|
| BLAKE2b-256 |
6ffc46fe1a80997294497110ab84d17cc5ba6cbdace069291cf80fdc644efc54
|
File details
Details for the file visepoint-0.12.86-py3-none-any.whl.
File metadata
- Download URL: visepoint-0.12.86-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de725358b26e1f181966185fa1cf7d23de0ba1c10f7f64a526a5265c82475285
|
|
| MD5 |
52223f02ed509b3ab0fdf8448e4dc31f
|
|
| BLAKE2b-256 |
80f8b53e547507a5486b41e6a3b6f0aaccc6ae8598a265b305fea93ef1742369
|