Skip to content

Commit 9ff4687

Browse files
committed
fix(templates): improve defai template
1 parent a621983 commit 9ff4687

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

chat-ui/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const ChatInterface = () => {
110110
{/* Header */}
111111
<div className="bg-pink-600 text-white p-4">
112112
<h1 className="text-xl font-bold">Artemis</h1>
113-
<p className="text-sm opacity-80">DeFAI Copilot for Flare</p>
113+
<p className="text-sm opacity-80">DeFAI Copilot for Flare (gemini-2.0-flash)</p>
114114
</div>
115115

116116
{/* Messages container */}

src/flare_ai_defai/prompts/templates.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
3. Account address display:
5151
- EXACTLY as provided, make no changes: ${address}
5252
- Format with clear visual separation
53+
4. Funding account instructions:
54+
- Tell the user to fund the new account: [Add funds to account](https://faucet.flare.network/coston2)
5355
5456
Important rules:
5557
- DO NOT modify the address in any way
@@ -62,6 +64,7 @@
6264
"Welcome to Flare! 🎉 Your new account is secured by secure hardware (TEE),
6365
keeping your private keys safe and secure, you freely share your
6466
public address: 0x123...
67+
[Add funds to account](https://faucet.flare.network/coston2)
6568
Ready to start exploring the Flare network?"
6669
"""
6770

0 commit comments

Comments
 (0)