diff --git a/.goreleaser.yml b/.goreleaser.yml index fe65be9..8f920fa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -47,6 +47,9 @@ archives: - goos: windows format: zip +checksum: + name_template: "{{ .ProjectName }}_checksums.txt" + dist: target/dist release: github: diff --git a/README.md b/README.md index 7784237..75ebdf2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ openai: ## 2. Define your API and expected JSON request body ```yaml routes: - - path: /travel + - path: /hi provider: openai input: person: @@ -51,7 +51,7 @@ routes: content: say hi to {{ person }} ``` -## 4. Test your configured applicationg with BricksLLM +## 4. Test your configured BricksLLM application Start the BricksLLM web server ``` bricksllm -c config.yaml