Wanswan commited on
Commit
01fe6a7
·
verified ·
1 Parent(s): 61bed30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import asyncio
7
  client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
8
 
9
  DEFAULT_LANGUAGE = "English"
10
- WELCOME_MESSAGE_EN = "Hi! I'm your friendly assistant 🤖 Let's begin!\n\nPlease tell me which language you'd like to use."
11
 
12
  # === Question Bank ===
13
  SET_I = [
 
7
  client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
8
 
9
  DEFAULT_LANGUAGE = "English"
10
+ WELCOME_MESSAGE_EN = "Hi! I'm Robin, your dialogue partner.\nWe're about to begin a conversation that includes nine questions. Are you ready?\nPlease tell me which language you'd like to use."
11
 
12
  # === Question Bank ===
13
  SET_I = [