Errol 4 Sonic – 120B Formal Interactive AI Library
archit_ug is a lightweight Python library that provides an interactive chat interface powered by the Errol 4 Sonic 120B LLM.
It includes built-in streaming, colored terminal output, automatic API key loading, and a clean developer-friendly workflow.
Features
- 🔥 Streaming chat completions
- 🎨 Colored terminal output
- 🔑 Auto-load API key and model
- 🧠 Free AI Agent that you can add to your code
- 📝 Easy to extend for custom AI agents
Changelog
0.4.5 MAJOR
- Fixed README.md and project description glitch
- Changes made to README.md and project description
- Added new colours to core.py
- Added new error handling in core.py
- Added Errol AI Official link in details()
0.4.1
- Changes made to README.md and project description
- INFO: details() is currently not compatible with some versions of jupyter notebook
- INFO: help() is currently not compatitible with IDLE, Jupyter Notebook and VS Code
- Terminal and Google Colab is the best way to use help() and details()
0.4.0 MAJOR
- Trying to fix minor bug with details()
- INFO: details() is currently not compatible with some versions of jupyter notebook
- Updated installation guide in README.md and project description
- Added new colour to details()
- Added help()
- Added new colours to help()
0.3.4
- Trying to fix minor bug with details()
0.3.3
- Trying to fix minor bug with details()
0.3.2.5 TEST MODEL
- Trying to fix minor bug with details()
0.3.2
- Fixed details() bug
0.3.1
- Fixed major bug with details()
- Fixed init.py
- Made better init.py
0.3.0 MAJOR
- Added details()
- New colours
0.2.4
- Fixed author name
- Added link to PyPi Project to core.py
0.2.3
- Fixed README.md bug
- Fixed Project description bug
0.2.2
- Added README.md
- Added project description
0.2.1
- Put CHANGES.md into MANIFEST.in
- Fixed major CHANGES.md bug
0.2.0
- Added CHANGES.md support
- Changes and refreshed pyproject file
- Fixed minor bugs
- First use of release.sh
0.1.9
- Fixed missing color output (Fore.RED not showing in Jupyter)
- Fixed file path for API key loader
- Improved library detection logic
0.1.8
- Added cerebras_key.txt support inside package
- Improved packaging with MANIFEST.in
0.1.7
- Improved core.chat behavior and fixed minor bugs
0.1.6
- Published initial working version of library
0.1.0 to 0.1.5
- PREVIEW BETA
- NON WORKING MODELS ON MOST PYTHON INTERPRETERS
Installation
pip install archit-ug
pip show archit-ug
Usage
from archit_ug import start_chat
start_chat()
Release files for archit-ug 0.4.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| archit_ug-0.4.5.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| archit_ug-0.4.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.7 kB
Release files / archit_ug-0.4.5.tar.gz
| Download URL | archit_ug-0.4.5.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
65b71c794ab7015995102a1d3f5507b8b68b83154a76ecd8731cbd800e60df7a
|
|
BLAKE2b-256 checksum How to use checksums |
112dcae50bee33844195b5b6cb717d62051594a2dc43a28f833958d617d0c5ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|
Release files / archit_ug-0.4.5-py3-none-any.whl
| Download URL | archit_ug-0.4.5-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af6a2e179fde5d7c215f54a28a1c3ab759b8b2e250dc8e60b49f3efc27e1df6a
|
|
BLAKE2b-256 checksum How to use checksums |
361dc293d37c3af204730f9e3c34a13f6405b966760bbbc831419bb7a1dc20e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|