forked from React-Group/interstellar_ai
trying to fix the merge conflict
This commit is contained in:
parent
98ad5decd4
commit
c84429be80
1 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ const Models: React.FC = () => {
|
|||
</button>
|
||||
<button className="financial-model model-box">
|
||||
<div className="overlay">
|
||||
<h3>Financial</h3>
|
||||
<h3>Finance</h3>
|
||||
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
||||
</div>
|
||||
</button>
|
||||
|
@ -90,7 +90,7 @@ const Models: React.FC = () => {
|
|||
</button>
|
||||
<button className="time-planner-model model-box">
|
||||
<div className="overlay">
|
||||
<h3>Time Planner</h3>
|
||||
<h3>Time</h3>
|
||||
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
||||
</div>
|
||||
</button>
|
||||
|
@ -102,7 +102,7 @@ const Models: React.FC = () => {
|
|||
</button>
|
||||
<button className="default-model model-box">
|
||||
<div className="overlay">
|
||||
<h3>Default</h3>
|
||||
<h3>Custom</h3>
|
||||
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
||||
</div>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue