aifeifei798 commited on
Commit
9b895f1
·
verified ·
1 Parent(s): 68b6067

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -2,9 +2,9 @@ import os
2
 
3
  API_KEY = os.getenv('myapi_chat_key')
4
 
5
- MODEL = os.getenv('mybase_chat_url')
6
 
7
- ENDPOINT = os.getenv('mymodel_chat')
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.