Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzai6 committed Jan 29, 2024
1 parent a912fc4 commit a94011d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/components/popup.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
width: 100%;
display: flex;
align-items: start;
color: #044650cc;
.tip-title {
margin: 0;
// font-size: 14px;
Expand Down
2 changes: 1 addition & 1 deletion app/components/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function PopupComponent(props: { onClose: () => void; dateId: number }) {
<div className={styles["tip"]}>
<p className={styles["tip-title"]}>PS:</p>
<p className={styles["tip-content"]}>
虽然没有了16k等长上下文模型,但是响应速度应该是变快了很多
虽然没有了16k等长上下文模型,但是响应速度应该是变快了很多;gpt4可能有时候会抽搐🙄
</p>
</div>
</div>
Expand Down

0 comments on commit a94011d

Please sign in to comment.