[GH-ISSUE #4061] [FEATURE] Add llamascript to community projects #28280

Closed
opened 2026-04-22 06:15:23 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @zanderlewis on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4061

LlamaScript

pypi

repo

Why?

llamascript allows the creation of no-code AI chatbots using Ollama.

Example

A basic chatbot using llamascript

USE llama3
PROMPT Why is the sky blue?
CHAT

This would be saved in a llama file (no file extension) and run as llamascript.

Install

To install, run pip install llamascript.

Note

llamascript is still a work in progress, but is usable to create basic chatbots at this time.

Originally created by @zanderlewis on GitHub (Apr 30, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4061 # LlamaScript [pypi](https://pypi.org/project/llamascript/) [repo](https://github.com/WolfTheDeveloper/llamascript) ## Why? llamascript allows the creation of no-code AI chatbots using Ollama. ## Example A basic chatbot using llamascript ```llamascript USE llama3 PROMPT Why is the sky blue? CHAT ``` This would be saved in a `llama` file (no file extension) and run as `llamascript`. ## Install To install, run `pip install llamascript`. ## Note llamascript is still a work in progress, but is usable to create basic chatbots at this time.
GiteaMirror added the feature request label 2026-04-22 06:15:23 -05:00
Author
Owner

@jmorganca commented on GitHub (May 9, 2024):

Would it be possible to create a PR for this? Thank you!

<!-- gh-comment-id:2103415875 --> @jmorganca commented on GitHub (May 9, 2024): Would it be possible to create a PR for this? Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#28280