Skip to content

Commit

Permalink
Merge pull request #21 from youngle316/dev
Browse files Browse the repository at this point in the history
style: change chatgpt avatar
  • Loading branch information
youngle316 authored Mar 2, 2023
2 parents 53f524d + bf3e4c8 commit d9095e4
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

1 comment on commit d9095e4

@vercel
Copy link

@vercel vercel bot commented on d9095e4 Mar 3, 2023

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-dev – ./

chatgpt-dev-youngle316.vercel.app
chatgpt-dev.vercel.app
chatgpt-dev-git-main-youngle316.vercel.app

Please sign in to comment.