-
+
- When registered using Discord, we associate the unique Discord ID with each submitted response +
- When registered using Email, we associate a unique pseudonymous ID with each submitted response +
+
+this port can then be forwarded to a browser tab like below:
+
+
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index b737430a..22f43374 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,7 +1,12 @@
{
- "service": "frontend-dev",
- "dockerComposeFile": "../docker-compose.yaml",
- "forwardPorts": [3000],
+ "name": "Open-Assistant",
+ "image": "mcr.microsoft.com/vscode/devcontainers/universal",
+ "features": {
+ "ghcr.io/devcontainers-contrib/features/pre-commit:2": {
+ "version": "latest"
+ }
+ },
+ "postCreateCommand": "bash .devcontainer/post_create_command.sh",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot"]
diff --git a/.devcontainer/post_create_command.sh b/.devcontainer/post_create_command.sh
new file mode 100644
index 00000000..983576b9
--- /dev/null
+++ b/.devcontainer/post_create_command.sh
@@ -0,0 +1,2 @@
+# ensure pre-commit is installed
+pre-commit install
diff --git a/README.md b/README.md
index 103dc010..b619c931 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,15 @@ interact with the website.
**Note:** When logging in via email, navigate to `http://localhost:1080` to get
the magic email login link.
+**Note:** If you would like to run this in a standardized development
+environment (a
+["devcontainer"](https://code.visualstudio.com/docs/devcontainers/containers))
+using
+[vscode locally](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_create-a-devcontainerjson-file)
+or in a web browser using
+[GitHub Codespaces](https://github.com/features/codespaces), you can use the
+provided [`.devcontainer`](.devcontainer/) folder.
+
## The Plan
We want to get to an initial MVP as fast as possible, by following the 3-steps
diff --git a/docs/supervised_datasets.md b/docs/supervised_datasets.md
new file mode 100644
index 00000000..0f8c986d
--- /dev/null
+++ b/docs/supervised_datasets.md
@@ -0,0 +1,79 @@
+# Supervised datasets
+
+For discussion about usage of supervised data see issue
+Given the following conversation, provide an adequate reply
Create an initial message to send to the assistant
+ > + +Hint: {task.hint}
} > - +