YC-Chen commited on
Commit
ec8e71e
1 Parent(s): 65718e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -187,7 +187,7 @@ print(result)
187
  # {'role': 'assistant',
188
  # 'tool_calls': [
189
  # {'id': 'call_U9bYCBRAbF639uUqfwehwSbw', 'type': 'function',
190
- # 'function': {'name': 'get_current_weather', 'arguments': '{"location": "台北, 台灣", "unit": "攝氏"}'}}]}
191
 
192
  # stage 2: execute called functions
193
  conversations.append(result)
 
187
  # {'role': 'assistant',
188
  # 'tool_calls': [
189
  # {'id': 'call_U9bYCBRAbF639uUqfwehwSbw', 'type': 'function',
190
+ # 'function': {'name': 'get_current_weather', 'arguments': '{"location": "台北, 台灣", "unit": "celsius"}'}}]}
191
 
192
  # stage 2: execute called functions
193
  conversations.append(result)