From af407b9b953da0a590b5713b18a020529561cbec Mon Sep 17 00:00:00 2001 From: Spike Lu Date: Fri, 4 Aug 2023 10:50:44 -0700 Subject: [PATCH] fix typos in README --- .goreleaser.yml | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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