From b67d3c0383e1c764d730afcb8a619090eb2b6709 Mon Sep 17 00:00:00 2001 From: Fahim Imaduddin Dalvi Date: Mon, 25 Sep 2023 11:53:15 +0300 Subject: [PATCH] Add sample env file --- envs/fastchat.env | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 envs/fastchat.env diff --git a/envs/fastchat.env b/envs/fastchat.env new file mode 100644 index 00000000..6fe9ec30 --- /dev/null +++ b/envs/fastchat.env @@ -0,0 +1,4 @@ +# Sample env file for using a model hosted using FastChat +FASTCHAT_MODEL="..." +FASTCHAT_API_BASE="..." +FASTCHAT_API_KEY="..." \ No newline at end of file