mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-23 22:47:19 +00:00
docs: update web search examples to gpt-5.6-luna (#3589)
This commit is contained in:
@@ -154,7 +154,7 @@ Pass in the `tools` parameter with the type of `web_search`.
|
||||
|
||||
```js
|
||||
{
|
||||
model: 'openai/gpt-5.3-chat',
|
||||
model: 'openai/gpt-5.6-luna',
|
||||
tools: [{type: "web_search"}]
|
||||
}
|
||||
```
|
||||
@@ -603,7 +603,7 @@ for await (const part of resp) {
|
||||
puter.print(`Loading...`);
|
||||
puter.ai
|
||||
.chat("Summarize what the User-Pays Model is: https://docs.puter.com/user-pays-model/", {
|
||||
model: "openai/gpt-5.3-chat",
|
||||
model: "openai/gpt-5.6-luna",
|
||||
tools: [{ type: "web_search" }],
|
||||
})
|
||||
.then(puter.print);
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
puter.print(`Loading...`);
|
||||
puter.ai
|
||||
.chat("Summarize what the User-Pays Model is: https://docs.puter.com/user-pays-model/", {
|
||||
model: "openai/gpt-5.3-chat",
|
||||
model: "openai/gpt-5.6-luna",
|
||||
tools: [{ type: "web_search" }],
|
||||
})
|
||||
.then(puter.print);
|
||||
|
||||
Reference in New Issue
Block a user