taco icon indicating copy to clipboard operation
taco copied to clipboard

An improved interface for LLMs like ChatGPT

Results 22 taco issues
Sort by recently updated
recently updated
newest added

Through ollama openai compatibility layer, they offer the same endpoints and support the same payloads and responses as openai API. So it's basically changing the base URL where we call...

The project has set up playwright for the feature tests already. We should test the most important flows so we are safe we dont break anything when developing. Flows to...

Bumps [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) from 1.2.4 to 1.3.1. Changelog Sourced from @​sveltejs/adapter-node's changelog. 1.3.1 Patch Changes fix: build output stuck on top level await (#10314) Updated dependencies [c1ad5b2f8, 67a0d869b, 4d7f38fa1, 42c9b935e, 42c9b935e]:...

dependencies
javascript

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.32.2 to 1.2.1. Release notes Sourced from vitest's releases. v1.2.1    🐞 Bug Fixes browser: Apply inlined workspace config to browser mode vite server  -  by @​hi-ogawa in...

dependencies

Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.2 to 2.5.1. Changelog Sourced from classnames's changelog. v2.5.1 / 2023-12-29 Remove workspaces field from package (#350) v2.5.0 / 2023-12-27 Restore ability to pass a TypeScript interface...

dependencies

Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.3 to 0.5.7. Release notes Sourced from @​tailwindcss/forms's releases. v0.5.7 Fixed Use normal checkbox and radio appearance in forced-colors mode (#152) v0.5.6 Fixed Fix date time bottom...

dependencies

intellij, datagrip. Potentiall tables to clean up: * User * UserSession * Password and maybe more. Look for 200k+ records in each table.

I'd like a way to remove chats in batches, i.e "remove selected chats" where you can also select all.

- Hide/show - Let today/yesterday and previous 7 days be open as default > - Expandable groupings _Originally posted by @leilabb in [#99](https://github.com/prototypsthlm/taco/issues/99#issuecomment-1893653490)_

Like we already do with the API keys. - Add a flag to the chats table in the database, to keep track of which chats are already encrypted - Add...