Debanjum Singh Solanky
a4d88612c1
Just use yarn for package version locking. Remove npm package lock
2024-06-23 16:06:20 +05:30
Debanjum Singh Solanky
b757ba664f
Sanitize chat messages to render in Obsidian, Desktop, Web apps
...
Use DOMPurify to escape any unsafe HTML in chat message before adding
it to DOM via innerHTML updates to a HTML element
2024-06-04 10:53:30 +05:30
Debanjum Singh Solanky
447904f0ab
Chat stream using default fetch' not
node-fetch' in obsidian plugin
...
Plugins using NodeJS libraries like `node-fetch' don't work on
Obsidian mobile
2024-02-06 03:03:42 +05:30
Debanjum Singh Solanky
a2c668268f
Use node-fetch >=3.1.0 in khoj obsidian plugin to avoid security vulnerability
2023-07-06 13:05:52 -07:00
sabaimran
4e6b66b139
Add support for streaming chat response from OpenAI to Obsidian
...
- I needed to installed node-fetch to accomplish this, as the built-in request object from Obsidian doesn't seem to support streaming and the built-in fetch object is very sensitive to any and all cross origin requests
2023-07-05 15:01:22 -07:00
Debanjum Singh Solanky
26cb878327
Add Yarn lockfile for Khoj Obsidian
2023-04-18 00:57:11 +07:00