Suraponn commited on
Commit
29a9c97
1 Parent(s): e27e050

update_toolcall_prompt

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