Suraponn commited on
Commit
836a4eb
·
verified ·
1 Parent(s): b8ae85d

update_toolcall_prompt

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