Update maker.py
Browse files
maker.py
CHANGED
@@ -9,11 +9,11 @@ import os
|
|
9 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
10 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|
11 |
|
12 |
-
tulu = "https://tonic1-
|
13 |
|
14 |
|
15 |
welcome_message = """
|
16 |
-
Hi! I'm using [
|
17 |
|
18 |
What would you like to make?
|
19 |
"""
|
|
|
9 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
10 |
HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|
11 |
|
12 |
+
tulu = "https://tonic1-tonicsyi-6b-200k.hf.space/--replicas/ljfzr/"
|
13 |
|
14 |
|
15 |
welcome_message = """
|
16 |
+
Hi! I'm using [01-ai/Yi-6B-200K](https://huggingface.co/01-ai/Yi-6B-200K) I'll help you **build a GPT**. You can say something like, "make a bot that gives advice on how to grow your startup."
|
17 |
|
18 |
What would you like to make?
|
19 |
"""
|