Update_prompt_toolcall
Browse files
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
|
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 |
|