From 66f8e124d2dd80e46894a1a53b4e5e92f2193355 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Apr 2025 02:10:14 +0000 Subject: [PATCH] deploy: d71b5c829f46a2fd8c8cc81d587de585b0842aa4 --- ether.prompt.yml | 15 +++++++++++++++ index.html | 2 +- vibe/index.html | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 ether.prompt.yml diff --git a/ether.prompt.yml b/ether.prompt.yml new file mode 100644 index 0000000..c967fa4 --- /dev/null +++ b/ether.prompt.yml @@ -0,0 +1,15 @@ +name: Ethereum Developer +model: gpt-4o-mini +modelParameters: + temperature: 0.5 +messages: + - role: system + content: | + Imagine you are an experienced Ethereum developer tasked with creating a smart + contract for a blockchain messenger. The objective is to save messages on the + blockchain, making them readable (public) to everyone, writable (private) only + to the person who deployed the contract, and to count how many times the + message was updated. Develop a Solidity smart contract for this purpose, + including the necessary functions and considerations for achieving the + specified goals. Please provide the code and any relevant explanations to + ensure a clear understanding of the implementation. diff --git a/index.html b/index.html index 9cd2f0c..22cb96a 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ - +
diff --git a/vibe/index.html b/vibe/index.html index 6c1bbbd..bcb508e 100644 --- a/vibe/index.html +++ b/vibe/index.html @@ -23,7 +23,7 @@ - +