Update README.md
Browse files
README.md
CHANGED
@@ -175,7 +175,7 @@ prompt_engine = MRPromptV2()
|
|
175 |
|
176 |
# stage 1: query
|
177 |
conversations = [
|
178 |
-
{"role": "user", "content": "
|
179 |
]
|
180 |
|
181 |
prompt = prompt_engine.get_prompt(conversations, functions=functions)
|
|
|
175 |
|
176 |
# stage 1: query
|
177 |
conversations = [
|
178 |
+
{"role": "user", "content": "請問台北目前溫度是攝氏幾度?"},
|
179 |
]
|
180 |
|
181 |
prompt = prompt_engine.get_prompt(conversations, functions=functions)
|