Skip to content

Commit 0c4df19

Browse files
committed
missing generator
1 parent 77acdcc commit 0c4df19

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

hello-world/baml_src/main.baml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
generator my_generator {
2-
language python
3-
pkg_manager poetry
1+
generator Default {
2+
language "python"
3+
project_root "../"
4+
test_command "poetry run python -m pytest"
5+
install_command "poetry add baml@latest"
6+
package_version_command "poetry show baml"
47
}
58

69
client<llm> GPT4 {

0 commit comments

Comments
 (0)