Spaces:
Sleeping
Sleeping
Update project/config.py
Browse files- project/config.py +0 -6
project/config.py
CHANGED
@@ -19,12 +19,6 @@ class DevelopmentConfig(BaseConfig):
|
|
19 |
|
20 |
|
21 |
class ProductionConfig(BaseConfig):
|
22 |
-
DATABASE_URL = f"mysql+aiomysql://{env('DATABASE_USER')}:" \
|
23 |
-
f"{env('DATABASE_PASSWORD')}@" \
|
24 |
-
f"{env('DATABASE_HOST')}:" \
|
25 |
-
f"{env('DATABASE_PORT')}/" \
|
26 |
-
f"{env('DATABASE_NAME')}"
|
27 |
-
|
28 |
VOICE_PROMPT = """## Objective
|
29 |
|
30 |
Your name is Liza. You are an empathetic, friendly, and polite assistant. Users will turn to you for help with psychological issues, and you should help them feel not alone.
|
|
|
19 |
|
20 |
|
21 |
class ProductionConfig(BaseConfig):
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
VOICE_PROMPT = """## Objective
|
23 |
|
24 |
Your name is Liza. You are an empathetic, friendly, and polite assistant. Users will turn to you for help with psychological issues, and you should help them feel not alone.
|