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 77acdcc commit 0c4df19Copy full SHA for 0c4df19
hello-world/baml_src/main.baml
@@ -1,6 +1,9 @@
1
-generator my_generator {
2
- language python
3
- pkg_manager poetry
+generator Default {
+ language "python"
+ project_root "../"
4
+ test_command "poetry run python -m pytest"
5
+ install_command "poetry add baml@latest"
6
+ package_version_command "poetry show baml"
7
}
8
9
client<llm> GPT4 {
0 commit comments