pull/693/head
Travis Fischer 2025-03-14 20:59:13 +08:00
rodzic 395e4bb7ce
commit 17525fac45
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
})