Skip to content

Commit

Permalink
🐛 Dialog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Apr 10, 2023
1 parent 3718132 commit 7b3c302
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ const ChatWindow = ({ messages, children, className }: ChatWindowProps) => {
"> Create an agent by adding a name / goal, and hitting deploy!",
}}
/>
<ChatMessage
message={{
type: "system",
value:
"📢 Please first provide your own OpenAI API key via the settings tab!",
}}
/>
</Expand>
) : (
""
Expand Down

0 comments on commit 7b3c302

Please sign in to comment.