gpt-3.5-turbogpt-4gpt-4gpt-3.5-turbogpt-3.5-turbogpt-3.5-turbogpt-3.5-turbo-0301gpt-4-0314

函数调用

gpt-4-0613gpt-3.5-turbo-0613send_email(收件人:字符串,正文:字符串)get_current_weather(位置:字符串,单位:'摄氏度' | '华氏度')get_customers_by_revenue(开始日期:字符串,结束日期:字符串,限制:int) sql_query(查询:字符串)extract_people_data(人员:[{姓名:字符串,生日:字符串,位置:字符串}])/v1/chat/completionsfunctionsfunction_call
卷曲 https://api.openai.com/v1/chat/completions -u :$OPENAI_API_KEY -H '内容类型:application/json' -d '{ "model": "gpt-3.5-turbo-0613", "messages": [ {"role": "user", "content": "波士顿的天气怎么样?"} ], "functions": [ { "name": "get_current_weather", "description": "获取给定位置的当前天气", "parameters": { "type": "object", "properties": { "location": { "type": "string", "description": "城市和州,例如加利福尼亚州旧金山" }, "unit": { "type": "string", "enum": ["celsius", "fahrenheit"] } }, "required": ["location"] } } ] }'
{ "id": "chatcmpl-123", ... "choices": [{ "index": 0, "message": { "role": "assistant", "content": null, "function_call": { "name": "get_current_weather", "arguments": "{ \"location\": \"波士顿, MA\"}" } }, "finish_reason": "function_call" }] }
卷曲 https://weatherapi.com/...
{“温度”:22,“单位”:“摄氏度”,“描述”:“晴天”}
卷曲 https://api.openai.com/v1/chat/completions -u :$OPENAI_API_KEY -H '内容类型:application/json' -d '{ "model": "gpt-3.5-turbo-0613", "messages": [ {"role": "user", "content": "波士顿的天气怎么样?"}, {"role": "assistant", "content": null, "function_call": { "name": "get_current_weather", "arguments": "{ \"location\": \"波士顿, MA\"}"}}, {"role": "function", "name": "get_current_weather", "内容": "{\"温度\": "22", \"单位\": \"摄氏度\", \"描述\": \"晴天\"}"} ], "功能": [ { " name": "get_current_weather", "description": "获取给定位置的当前天气", "parameters": { "type": "object", "properties": { "location": { "type": " string", "description": "城市和州,例如加利福尼亚州旧金山" }, "unit": { "type": "string", "enum": ["celsius", "fahrenheit"] } }, “必需”:[“位置”] } } ] }'
{ "id": "chatcmpl-123", ... "choices": [{ "index": 0, "message": { "role": "assistant", "content": "波士顿目前的天气晴,气温 22 摄氏度。", }, "finish_reason": "停止" }] }

自 ChatGPT 插件的 alpha 版本发布以来,我们已经了解了很多有关如何使工具和语言模型安全地协同工作的知识。然而,仍然存在悬而未决的研究问题。例如,概念验证漏洞说明了工具输出中的不可信数据如何指示模型执行意外操作。我们正在努力减轻这些风险和其他风险。开发人员可以通过仅使用来自受信任工具的信息以及在执行具有实际影响的操作(例如发送电子邮件、在线发布或购买)之前包含用户确认步骤来保护其应用程序。

新型号

GPT-4

gpt-4-0613gpt-4-32k-0613gpt-4-0613

GPT-3.5涡轮

gpt-3.5-turbo-0613gpt-3.5-turbo-16kgpt-3.5-turbo

模型弃用

gpt-4gpt-3.5-turbogpt-3.5-turbogpt-4gpt-4-32kgpt-3.5-turbo-0301gpt-4-0314gpt-4-32k-0314

更低的定价

我们将继续提高系统效率,并将这些节省的费用转嫁给开发人员,即日起生效。

嵌入

文本嵌入-ada-002

GPT-3.5涡轮

gpt-3.5-turbogpt-3.5-turbogpt-3.5-turbo-16k