Smart local AI using Ollama
Project description
vrbm-AI
a python library
Setup
- Run
pip install vrbm-aiin the terminal - Install Ollama* for your system (old versions are found here)
- Done!
*This version of vrbm-ai (0.0.1) was tested on Ollama version 0.32.5
How to Use
Example Code
test.py
from vrbm import *
prompt = "Make a list of 9 random values."
result = generate(prompt, "list")
print(result)
vrbm_config
header_visible=true
model=llama3.1:8b
temperature=0.7
alive_time=5m
What is a vrbm_config file?
A vrbm_config file contains the settings for vrbm-ai to use at runtime. For more information, go here.
Docs
Find the full documentation for vrbm-AI here.
© 2026 vrbm-AI
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
vrbm_ai-0.0.1.tar.gz
(4.6 kB
view details)
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 vrbm_ai-0.0.1.tar.gz.
File metadata
- Download URL: vrbm_ai-0.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c16034c56e2bacdc41476763eb2e5e4fcaa53275cb150711ea1555665e8e301e
|
|
| MD5 |
cb9dd53dbd5a3b9f4569d9cacc8af05b
|
|
| BLAKE2b-256 |
3db6215496aabab5eaf1fce20a49f0ac13d3dfe7e20ab36c7c8645ea4a1c2cc9
|
File details
Details for the file vrbm_ai-0.0.1-py3-none-any.whl.
File metadata
- Download URL: vrbm_ai-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb20aa48b86ea922bea034cb74814dccdcc35fd16e4121747fc81e62e9a2c603
|
|
| MD5 |
68bc42b77335a13a18e91c2a2b74fbfa
|
|
| BLAKE2b-256 |
a2fccf3b146d1b8cdd7221a326b6b8ac3dc66cf9f1d5ca1112417bed03265b0f
|