Skip to content

Commit

Permalink
🐛 Add warning for Open AI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed May 24, 2023
1 parent 55f4d15 commit 26362c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions next/src/components/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ const ChatWindow = ({
onScroll={handleScroll}
id={messageListId}
>
<div className="mx-4 rounded-full border border-red-500 bg-red-900/30 p-2 px-4 text-red-100">
🚨{" "}
<a className="link" href="https://status.openai.com/">
OpenAI
</a>{" "}
is currently experiencing issues. As a result, AgentGPT may not be available. 🚨
</div>
{agent !== null && agentMode === PAUSE_MODE && isAgentPaused && (
<FaPause className="animation-hide absolute left-1/2 top-1/2 text-lg md:text-3xl" />
)}
Expand Down

1 comment on commit 26362c7

@vercel
Copy link

@vercel vercel bot commented on 26362c7 May 24, 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:

docs – ./docs

docs-reworkd.vercel.app
docs-git-main-reworkd.vercel.app
docs.reworkd.ai

Please sign in to comment.