forked from React-Group/interstellar_ai
Help me Lord i have done it again | System Prompt changes
This commit is contained in:
parent
cee17f34e2
commit
d12078b092
3 changed files with 50 additions and 37 deletions
|
@ -189,6 +189,10 @@ const ModelSection: React.FC = () => {
|
|||
localStorage.setItem("model" ,'starcoder2')
|
||||
}
|
||||
|
||||
if (!localStorage.getItem("radioSelection")) {
|
||||
localStorage.setItem("radioSelection" ,'None')
|
||||
}
|
||||
|
||||
const handleStorageChange = () => {
|
||||
setSelectedModelDropdown(localStorage.getItem('selectedModelDropdown') || '');
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue