Suraponn commited on
Commit
18916e1
1 Parent(s): f6f7b5c

Update_prompt_toolcall

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -166,7 +166,7 @@ get_stock = {
166
  openai_format_tools = [get_weather_api, search_api, get_stock]
167
 
168
  messages = [
169
- {"role": "system", "content": "You are helpful assistance."},
170
  {"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
171
  ]
172
 
 
166
  openai_format_tools = [get_weather_api, search_api, get_stock]
167
 
168
  messages = [
169
+ {"role": "system", "content": "You are an expert in composing functions."},
170
  {"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
171
  ]
172