Skip to content

Commit 31900be

Browse files
committed
list askllmpy to examples
1 parent e64e3c7 commit 31900be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Examples are under `examples/` directory.
3434
* `helloworld.toml`: a simple hello world program in Python
3535
* `qsort.toml`: a quick sort program that sorts your inputs from command line in Python
3636
* `askllm.toml`: a program that asks a question and gets an answer from DeepSpeed in bash script
37+
* `askllmpy.toml`: the same program in python and it streams the output and beautify it with `rich` package
3738
* `ai_coder.toml`: a program that takes requirement file and generates code in Python, so this project can generate itself
3839

3940
## Requirement file format:

0 commit comments

Comments
 (0)