Skip to content

Commit

Permalink
style: change chatgpt avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
youngle316 committed Mar 2, 2023
1 parent 131f49b commit bf3e4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/api/askQuestion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default async function handler(
user: {
_id: 'ChatGPT',
name: 'ChatGPT',
avatar: 'https://links.papareact.com/89k'
avatar:
'https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/ChatGPT_logo.svg/480px-ChatGPT_logo.svg.png'
}
};

Expand Down

0 comments on commit bf3e4c8

Please sign in to comment.