Skip to content

Commit

Permalink
Update Header.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
babaohuang committed Dec 14, 2023
1 parent 4b6c989 commit df2147d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import { model } from '../utils/openAI'
import Logo from './Logo.astro'
import Themetoggle from './Themetoggle.astro'
---
Expand All @@ -10,8 +9,8 @@ import Themetoggle from './Themetoggle.astro'
<Themetoggle />
</div>
<div class="fi mt-2">
<span class="gpt-title">ChatGPT</span>
<span class="gpt-subtitle">Demo</span>
<span class="gpt-title">GeminiPro</span>
<span class="gpt-subtitle">Chat</span>
</div>
<p mt-1 op-60>Based on OpenAI API ({model}).</p>
<p mt-1 op-60>Based on GeminiPro API.</p>
</header>

0 comments on commit df2147d

Please sign in to comment.