Suraponn commited on
Commit
2c3e3b5
·
verified ·
1 Parent(s): e052985

update_toolcall_prompt

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