Change the model cache to local storage and support caching multiple models
This commit is contained in:
5
utils/enums.js
Normal file
5
utils/enums.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
export const STORAGE_KEY = {
|
||||
OPENAI_MODELS: 'openai_models',
|
||||
CURRENT_OPENAI_MODEL: 'current_openai_model',
|
||||
}
|
||||
Reference in New Issue
Block a user