Spaces:
Runtime error
Runtime error
DiamondYin
commited on
Commit
·
8d0b1b5
1
Parent(s):
b77efdf
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def get_response(history, audio_input):
|
|
81 |
message1 =[{"role": "user", "content": question}]
|
82 |
message1 = MESSAGES + message1
|
83 |
|
84 |
-
answer = conv_model.run(f"{
|
85 |
#answer = SparkApi_jayce.create(question)
|
86 |
#answer1 = str(answer)
|
87 |
LOGGER.info("\ndocument_response: %s", answer)
|
|
|
81 |
message1 =[{"role": "user", "content": question}]
|
82 |
message1 = MESSAGES + message1
|
83 |
|
84 |
+
answer = conv_model.run(f"{question},As a hotel attendant, I am checking in. You introduce the hotel to me and recommend hotel services to me. ")
|
85 |
#answer = SparkApi_jayce.create(question)
|
86 |
#answer1 = str(answer)
|
87 |
LOGGER.info("\ndocument_response: %s", answer)
|