We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64e3c7 commit 31900beCopy full SHA for 31900be
README.md
@@ -34,6 +34,7 @@ Examples are under `examples/` directory.
34
* `helloworld.toml`: a simple hello world program in Python
35
* `qsort.toml`: a quick sort program that sorts your inputs from command line in Python
36
* `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
38
* `ai_coder.toml`: a program that takes requirement file and generates code in Python, so this project can generate itself
39
40
## Requirement file format:
0 commit comments