0xN1 / kisahari

a personal journaling app where you can chat with your entries locally
https://kisahari.app
28 stars 4 forks source link

feature: add OpenAI embedding and LLM implementation #3

Closed 0xN1 closed 4 months ago

0xN1 commented 4 months ago

Description

Add option to enable users to use their OpenAI key

Why?

Some don't have ollama / local LLM but still want to use the app

How to implement

Use Langchain OpenAI model and embedding, '@langchain/openai'

Reference

https://js.langchain.com/docs/get_started/quickstart

0xN1 commented 4 months ago

integrated OpenAI