YC-Chen commited on
Commit
872ce75
1 Parent(s): 8c55329

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -165,11 +165,11 @@ functions = [
165
  }
166
  ]
167
 
168
- def faked_get_current_weather(location, unit=None):
169
  return {'temperature': 30}
170
 
171
  mapping = {
172
- 'get_current_weather': faked_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()