Skip to content

Commit 22aede6

Browse files
committed
fix(name): update remaining names
1 parent 18d328f commit 22aede6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Flare AI Core
1+
# Flare AI DeFAI
22

3-
A modular SDK for confidential AI workloads, running on Trusted Execution Environments (TEE) with support for AMD SEV and Intel TDX architectures.
3+
A modular SDK for confidential AI x DeFi workloads, running on Trusted Execution Environments (TEE) with support for AMD SEV and Intel TDX architectures.
44

5-
<img width="500" alt="Artemis (built with flare-ai-core)" src="https://github.com/user-attachments/assets/921fbfe2-9d52-496c-9b48-9dfc32a86208" />
5+
<img width="500" alt="Artemis" src="https://github.com/user-attachments/assets/921fbfe2-9d52-496c-9b48-9dfc32a86208" />
66

77
## Prerequisites
88

@@ -15,7 +15,7 @@ A modular SDK for confidential AI workloads, running on Trusted Execution Enviro
1515
1. Add the following environment variables to your shell configuration file (`~/.bashrc` or `~/.zshrc`):
1616

1717
```bash
18-
export TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-core:main
18+
export TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-defai:main
1919
export GEMINI_API_KEY=<your-gemini-api-key>
2020
export WEB3_PROVIDER_URL=https://coston2-api.flare.network/ext/C/rpc
2121
export WEB3_EXPLORER_URL=https://coston2-explorer.flare.network/
@@ -31,7 +31,7 @@ source ~/.bashrc # or ~/.zshrc
3131
3. Verify the configuration:
3232

3333
```bash
34-
echo $TEE_IMAGE_REFERENCE # Should output: ghcr.io/flare-foundation/flare-ai-core:main
34+
echo $TEE_IMAGE_REFERENCE # Should output: ghcr.io/flare-foundation/flare-ai-defai:main
3535
```
3636

3737
## Deployment
@@ -57,7 +57,7 @@ tee-env-SIMULATE_ATTESTATION=false \
5757
--service-account=confidential-sa@flare-network-sandbox.iam.gserviceaccount.com \
5858
--scopes=https://www.googleapis.com/auth/cloud-platform \
5959
--min-cpu-platform="AMD Milan" \
60-
--tags=flare-ai-core,http-server,https-server \
60+
--tags=flare-ai-defai,http-server,https-server \
6161
--create-disk=auto-delete=yes,\
6262
boot=yes,\
6363
device-name=ai-core-$TEAM_NAME,\
@@ -93,7 +93,7 @@ tee-env-SIMULATE_ATTESTATION=false \
9393
--provisioning-model=STANDARD \
9494
--service-account=confidential-sa@flare-network-sandbox.iam.gserviceaccount.com \
9595
--scopes=https://www.googleapis.com/auth/cloud-platform \
96-
--tags=flare-ai-core,http-server,https-server \
96+
--tags=flare-ai-defai,http-server,https-server \
9797
--create-disk=auto-delete=yes,\
9898
boot=yes,\
9999
device-name=ai-core-$TEAM_NAME,\

chat-ui/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const ChatInterface = () => {
108108
{/* Header */}
109109
<div className="bg-pink-600 text-white p-4">
110110
<h1 className="text-xl font-bold">Artemis</h1>
111-
<p className="text-sm opacity-80">Copilot for Flare (flare-ai-core v0.1.0)</p>
111+
<p className="text-sm opacity-80">DeFAI Copilot for Flare</p>
112112
</div>
113113

114114
{/* Messages container */}

0 commit comments

Comments
 (0)