Suraponn commited on
Commit
24cfd35
·
verified ·
1 Parent(s): c67b2b5

update_toolcall_prompt

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