You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this your first time submitting a feature request?
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing functionality
Describe the feature
Addition of a couple of environment variables, for ease of use. OPENAI_API_MODEL, OPENAI_API_EMBEDDING_MODEL
Update of svelte library to ^4.0.5, as it causes npm install to fail with version ^3.29.0. we can always use npm i --legacy-peer-deps, but could cause issues down the road.
Describe alternatives you've considered
No response
Who will this benefit?
Useful in switching models without having to hardcode.
Are you interested in contributing this feature?
Definitely
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is this your first time submitting a feature request?
Describe the feature
OPENAI_API_MODEL
,OPENAI_API_EMBEDDING_MODEL
^4.0.5
, as it causes npm install to fail with version^3.29.0
. we can always usenpm i --legacy-peer-deps
, but could cause issues down the road.Describe alternatives you've considered
No response
Who will this benefit?
Are you interested in contributing this feature?
Definitely
Anything else?
No response
The text was updated successfully, but these errors were encountered: