No-code AI chatbot using Ollama.
Project description
LlamaScript
LlamaScript is a no-code AI chatbot using Ollama.
Table of Contents
Installation
You can install LlamaScript using pip:
pip install llamascript
Usage
To use LlamaScript, create a llama file (no file extension) with the following commands:
IGNORE: Use this before the CHAT command to supress the welcome message.
USE <model>: This command loads the specified model.
SYSTEM <message>: This command sets the system prompt.
PROMPT <message>: This command sets the message to be sent to the chatbot.
CHAT: This command sends the message to the chatbot and prints the response.
Here's an example:
IGNORE
USE llama3
PROMPT Hello, how are you?
CHAT
[!NOTE]
For more examples see here.
You can then run LlamaScript with the following command:
llamascript
LlamaScript usually has a file extension of .llama
, but if it is ran as a main script, it is usually llama
(no file extension).
License
LlamaScript is licensed under the Apache 2.0 License.
Roadmap
Things to come in the future:
- An
API
command to serve on Flask - Plugins/Extensions handling (Help Wanted)
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
llamascript-0.6.5.tar.gz
(8.3 kB
view hashes)
Built Distribution
Close
Hashes for llamascript-0.6.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60bbeb1955b85548323c355519cb716d7baa2870502601f3e6b31855ebc5d07d |
|
MD5 | 1a3f0ccda531ab383f96681e1461fc6c |
|
BLAKE2b-256 | aee12f7040ff1f3f33ea742ec1dc0617cbc6643006b9abba3539c565b20a517a |