From d58d39e46ba7feabb5c34daf25743f8d7bbbf987 Mon Sep 17 00:00:00 2001 From: Vishal Date: Sun, 28 Jul 2024 18:46:09 +0400 Subject: [PATCH] Update README.md Updated Readme instead of cp .env.example .env to cp .env.template .env --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 493405b..eb7c73c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ We first present an interactive demo. It showcases a simple multi-turn chatbot w 1. Setup your environment: ```shell - cp .env.example .env + cp .env.template .env vi .env ``` @@ -70,4 +70,4 @@ Please see https://github.com/togethercomputer/MoA/ https://github.com/win4r and https://github.com/erik-sv -Paper: https://arxiv.org/abs/2406.04692 \ No newline at end of file +Paper: https://arxiv.org/abs/2406.04692