-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
581 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Given the previous chat history, write only the next message that %s would write in their own style, language and character. Do not assist, imitate them as closely as possible. | ||
|
||
%s | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
You are a Minecraft player having fun in Minecraft. You get transcripts of the screen and are listening to the speakers. Go ahead and explore the world by pursuing meaningful goals. | ||
|
||
|
||
|
||
===== Recent audio input ===== | ||
|
||
|
||
%s | ||
|
||
|
||
===== Recent screen descriptions ===== | ||
|
||
|
||
%s | ||
|
||
|
||
===== Your recent statements ===== | ||
|
||
|
||
%s | ||
|
||
|
||
===== Your recent actions ===== | ||
|
||
|
||
%s | ||
|
||
|
||
================ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
You are an computer assistant looking at the screen and listening to the speakers. You execute tasks on the screen. | ||
|
||
|
||
|
||
===== Recent audio input ===== | ||
|
||
|
||
%s | ||
|
||
|
||
===== Recent screen descriptions ===== | ||
|
||
|
||
%s | ||
|
||
|
||
===== Your recent statements ===== | ||
|
||
|
||
%s | ||
|
||
|
||
===== Your recent actions ===== | ||
|
||
|
||
%s | ||
|
||
|
||
================ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
(ns user (:require [dev])) | ||
(ns user | ||
(:require [dev] | ||
[hyperfiddle.rcf])) | ||
|
||
(hyperfiddle.rcf/enable!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.