Simon Hopstätter

Results 11 issues of Simon Hopstätter

Hi, I'm building a travel blog based on your starter and wanted to be able to insert a GoogleMap showing the location I visited to my blog posts. Therefore, I...

If you build the demo using the "ng build" command, references to the generated js files in the index.html are somehow broken. The file structure in /dist looks like this...

As far as I understand, the regex in the gulp function inlineTemplate() only searches for a string in the format `templateUrl: '...'` and does not cover double quotes notation like...

Quote OpenAI: _The [moderation](https://platform.openai.com/docs/api-reference/moderations) endpoint is a tool you can use to check whether content complies with OpenAI's [usage policies](https://openai.com/policies/usage-policies). Developers can thus identify content that our usage policies prohibits...

enhancement

SlickGPT is setup to use Vercel as hosting provider. It uses `@sveltejs/adapter-vercel` and configures the endpoints in the /api dir to run as Edge functions. Create some documentation and/or branches...

documentation
self-hosting

SlickGPT uses `gpt3-tokenizer` which is one of the few libs I found that "just runs" in the browser. It's close enough but not perfect as the calculations in https://github.com/ShipBit/slickgpt/blob/af5d5e7c4f47bd9b9a95f0d66d4e765e561322ac/src/misc/openai.ts#L69 are...

help wanted

The share feature in SlickGPT requires a database because we somehow have to pass the `Chat` object from client A to client B. The project is currently set up to...

documentation
good first issue
self-hosting

It would be cool if SlickGPT users could see the latest changes within the app. Maybe on the Dashboard? UI and technical concept needed - where would these infos come...

enhancement

Integrate the WhisperAI API to let SlickGPT users input prompts with their voice. This would be especially nice on mobile.

enhancement

Svelte is very popular but highlight.js needs an extra plugin for it to syntax highlight correctly.

enhancement