Alex Wang
Alex Wang
## Describe the bug ## Version ## Browser - [ ] Electron distribution - [x] Chrome - [ ] Safari - [ ] Firefox - [x] Edge ## OS -...
  --- * URL: https://adaptivecards.io/samples/Agenda.html
``` Expected equality of these values: 2 ehdr->e_type Which is: 3 object file type should be [ET_EXEC] ``` CMake set the ELF e_type flag to ET_DYN with a `main` symbol...
## On 1.2.1 the systemd service starts fine but the touch screen doesn't work. iptsd output ``` May 14 10:18:49 alexwang-sb3 iptsd[806]: [10:18:49.879] [info] Metadata: May 14 10:18:49 alexwang-sb3 iptsd[806]:...
Maybe I will add this feature when I feel like doing it :)
When using the chat completions API, if `max_tokens` is not set, the model output will truncate at about 512 tokens. Problem 1: It should not limit the output length when...
Document: https://github.com/MicrosoftDocs/azure-ai-docs/blob/main/articles/ai-foundry/foundry-local/reference/reference-rest.md#get-foundrylist Acutal: There is no `models` property
Foundry local version `0.6.87+e69a6c3d2b` Repro steps: 1. Load model A 2. Call /v1/chat/completions API with model A 3. Load model B 4. Call /v1/chat/completions API with model B The server...