forked from anse-app/chatgpt-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
<footer> | ||
<p mt-8 text-xs op-30> | ||
<span pr-1>Made by</span> | ||
<a | ||
b-slate-link | ||
href="https://ddiu.io" target="_blank" | ||
> | ||
Diu | ||
</a> | ||
<span px-1>|</span> | ||
<a | ||
b-slate-link | ||
href="https://github.com/ddiu8081/chatgpt-demo" target="_blank" | ||
> | ||
Source Code | ||
</a> | ||
</p> | ||
</footer> | ||
<p mt-8 text-xs op-30> | ||
<span pr-1>联系方式:</span> | ||
<a | ||
b-slate-link | ||
href="weixin://dl/chat?fkhhh0716" target="_blank" | ||
> | ||
微信:fkhhh0716 | ||
</a> | ||
<span px-1>|</span> | ||
<span>关注公众号“二狗回来了”,获取最新密码</span> | ||
</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
--- | ||
import Logo from './Logo.astro' | ||
import Themetoggle from './Themetoggle.astro' | ||
--- | ||
|
||
<header> | ||
<div class="fb items-center"> | ||
<Logo /> | ||
<Themetoggle /> | ||
</div> | ||
<div class="fi mt-2"> | ||
<span class="gpt-title">ChatGPT</span> | ||
<span class="gpt-subtitle">Demo</span> | ||
</div> | ||
<p mt-1 op-60>Based on OpenAI API (gpt-3.5-turbo).</p> | ||
</header> | ||
<div class="fb items-center"> | ||
<Logo /> | ||
<Themetoggle /> | ||
</div> | ||
<div class="fi mt-2"> | ||
<span class="gpt-title">聊天机器人</span> | ||
<span class="gpt-subtitle">演示版</span> | ||
</div> | ||
<p mt-1 op-60>基于 OpenAI API (gpt-3.5-turbo) 开发。</p> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5e2291f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chatgpt-zzc – ./
chatgpt-zzc-zzchust.vercel.app
chatgpt-zzc.vercel.app
chatgpt-zzc-git-main-zzchust.vercel.app