Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -2,9 +2,9 @@ import os
|
|
| 2 |
|
| 3 |
API_KEY = os.getenv('myapi_chat_key')
|
| 4 |
|
| 5 |
-
MODEL = os.getenv('
|
| 6 |
|
| 7 |
-
ENDPOINT = os.getenv('
|
| 8 |
|
| 9 |
SYSTEM_PROMPT = """You are an expert on frontend design, you will always respond to web design tasks.
|
| 10 |
Your task is to create a website according to the user's request using either native HTML or React framework.
|
|
|
|
| 2 |
|
| 3 |
API_KEY = os.getenv('myapi_chat_key')
|
| 4 |
|
| 5 |
+
MODEL = os.getenv('mymodel_chat')
|
| 6 |
|
| 7 |
+
ENDPOINT = os.getenv('mybase_chat_url')
|
| 8 |
|
| 9 |
SYSTEM_PROMPT = """You are an expert on frontend design, you will always respond to web design tasks.
|
| 10 |
Your task is to create a website according to the user's request using either native HTML or React framework.
|