"vscode:/vscode.git/clone" did not exist on "330b6c9b4c71f0ba455767ee7c661da98003b3e8"
- 07 Sep, 2023 3 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
Alexander Pepper authored
Go is required and not installed by default.
-
- 06 Sep, 2023 13 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
update dockerfile
-
Michael Yang authored
-
Michael Yang authored
remove unused openssh key types
-
Michael Yang authored
-
Michael Yang authored
-
Patrick Devine authored
-
Patrick Devine authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Michael Yang authored
create manifests directory
-
Ackermann Yuriy authored
-
Michael Yang authored
-
- 05 Sep, 2023 10 commits
-
-
Bruce MacDonald authored
-
Michael Yang authored
fix empty response
-
Michael Yang authored
-
Michael Yang authored
fix inherit params
-
Michael Yang authored
remove marshalPrompt which is no longer needed
-
Michael Yang authored
parameters are not inherited because they are processed differently from other layer. fix this by explicitly merging the inherited params into the new params. parameter values defined in the new modelfile will override those defined in the inherited modelfile. array lists are replaced instead of appended
-
Michael Yang authored
fix num_keep
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Michael Yang authored
fix not forwarding last token
-
- 03 Sep, 2023 3 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
- 02 Sep, 2023 1 commit
-
-
Michael Yang authored
do not HTML-escape prompt
-
- 01 Sep, 2023 4 commits
-
-
Quinn Slack authored
The `html/template` package automatically HTML-escapes interpolated strings in templates. This behavior is undesirable because it causes prompts like `<h1>hello` to be escaped to `<h1>hello` before being passed to the LLM. The included test case passes, but before the code change, it failed: ``` --- FAIL: TestModelPrompt images_test.go:21: got "a<h1>b", want "a<h1>b" ``` -
Michael Yang authored
* update readme * readme: more run examples
-
Michael Yang authored
update readme
-
Michael Yang authored
-
- 31 Aug, 2023 6 commits
-
-
Matt Williams authored
Create a sentiments example
-
Jeffrey Morgan authored
-
Michael Yang authored
windows: fix filepath bugs
-
Michael Yang authored
fix spelling errors in example prompts
-
Michael Yang authored
-
Michael Yang authored
-