Turbo Ninh

Results 17 issues of Turbo Ninh

I am trying to setup the local prompts as I would like to add some personal information. However, this setting doesn't work: ``` predefined_chat_gpt_prompts = home .. "/chatgpt-prompts/prompts.csv", --- or...

First off, thanks for the awesome plugin. I discovered it yesterday and it is a game changer 🔥 Where do we currently store the session data? Furthermore, I would like...

enhancement
good first issue

Currently, `ollama list` shows all the installed models. It would be very useful to be able to show all the available models from the registry/[model library](https://github.com/ollama/ollama?tab=readme-ov-file#model-library), which allow us to...

feature request

### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description Using a provider like OpenRouter allowing me to use many models, but it...

This example now put everything into "bundle.js" file. Would love to see how you implement code splitting, where each component can be imported individually, including their CSS.

### Description `brew services start colima` not working as expected. When I run the command and restart the computer, the service does start, but `colima` doesn't. ### Version ❯ colima...

I would like to be able to achieve this ``` const myZodSchema = z.object({ property: z.integer().min(5).max(10) property2: z.integer().min(5).max(10) }) const myZodSchemaOnlyCheckType = z.stripKeywords(myZodSchema, ['min', 'max']) // Should return z.object({ property:...

stale