old-agentic
Travis Fischer 2025-03-14 20:59:13 +08:00
rodzic e59356c85a
commit caa16a5ae5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@ async function main() {
const res = await openai.responses.create({
model: 'gpt-4o-mini',
temperature: 0,
tools: weather.functions.specs,
tools: weather.functions.responsesToolSpecs,
input: messages
})