Releases: Project-Llama/llamascript
v1.0.1
What's Changed
- Format Python code with psf/black push by @github-actions in #42
- Comments + Fixed Strings by @zanderlewis in #43
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
So many new things have happened. Here is a breakdown of the important features:
- Pythonic Syntax (BREAKING CHANGE)
- Use of Lexer/Parser/Interpreter
- Remove the use of no file extensions (BREAKING CHANGE)
Full Changelog: v0.6.5...v1.0.0
v0.6.5
v0.6.4
What's Changed
- 0.6.2 - 0.6.3 by @zanderlewis in #31
- Format Python code with psf/black push by @github-actions in #32
- Format Python code with psf/black push by @github-actions in #34
- Fix version issue by @zanderlewis in #35
Full Changelog: v0.6.1...v0.6.4
0.6.2 - 0.6.3
What's Changed
- 0.6.2 - 0.6.3 by @zanderlewis in #31
- Format Python code with psf/black push by @github-actions in #32
Full Changelog: v0.6.1...v0.6.2-v0.6.3
v0.6.1
v0.6.0 - v0.6.1
What's Changed
- Add
Examples
to Table of Contents. by @WolfTheDeveloper in #25 - Delete llamascript/test.py by @WolfTheDeveloper in #26
- Delete .github/workflows/test.yml by @WolfTheDeveloper in #27
Full Changelog: v0.5.0...v0.6.0-v0.6.1
v0.5.0
What's Changed
- Embed into Python by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/21
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/22
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/23
Full Changelog: zanderlewis/llamascript@v0.4.0...v0.5.0
v0.4.0
What's New?
Support for Ollama's built-in Modelfiles are now supported in LlamaScript!
What does this mean?
This means you can create your own model that you can import. By using the SYSTEM
keyword, you are finetuning a model that you set via USE
. You then use SAVE
and add the name
paramater like so: SAVE piglatin
. You can also set the temperature
, or creativity, like so: SAVE piglatin 0.7
.
Running this script will create the model locally and you can use it via USE piglatin
.
What's Changed
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/17
- Modelfile Support by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/18
Full Changelog: zanderlewis/llamascript@v0.3.2...v0.4.0
0.3.2
What's Changed
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/12
- merge main into wtd by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/13
- 0.3.1-0.3.2 by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/14
Full Changelog: zanderlewis/llamascript@v0.3.0...v0.3.2