- 08 May, 2025 1 commit
-
-
Michael Yang authored
-
- 01 Apr, 2025 1 commit
-
-
Bruce MacDonald authored
With support for multimodal models becoming more varied and common it is important for clients to be able to easily see what capabilities a model has. Retuning these from the show endpoint will allow clients to easily see what a model can do.
-
- 12 Feb, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 01 Feb, 2024 2 commits
-
-
Michael Yang authored
-
Bruce MacDonald authored
-
- 30 Jan, 2024 1 commit
-
-
Bruce MacDonald authored
-
- 22 Dec, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 13 Dec, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 08 Dec, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 05 Dec, 2023 2 commits
-
-
Bruce MacDonald authored
-
Jeffrey Morgan authored
This reverts commit 7a0899d6.
-
- 04 Dec, 2023 1 commit
-
-
Bruce MacDonald authored
- update chat docs - add messages chat endpoint - remove deprecated context and template generate parameters from docs - context and template are still supported for the time being and will continue to work as expected - add partial response to chat history
-
- 16 Oct, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 01 Sep, 2023 1 commit
-
-
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" ```
-