Update README.md
Browse files
README.md
CHANGED
@@ -165,11 +165,11 @@ functions = [
|
|
165 |
}
|
166 |
]
|
167 |
|
168 |
-
def
|
169 |
return {'temperature': 30}
|
170 |
|
171 |
mapping = {
|
172 |
-
'get_current_weather':
|
173 |
}
|
174 |
|
175 |
prompt_engine = MRPromptV2()
|
|
|
165 |
}
|
166 |
]
|
167 |
|
168 |
+
def fake_get_current_weather(location, unit=None):
|
169 |
return {'temperature': 30}
|
170 |
|
171 |
mapping = {
|
172 |
+
'get_current_weather': fake_get_current_weather
|
173 |
}
|
174 |
|
175 |
prompt_engine = MRPromptV2()
|