Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Caojiahao-Coder committed Nov 28, 2023
2 parents 8ee5adf + 07f185d commit 54aaa40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/openai/tool-call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async function searchPhotosFromUnsplash(query: string, page: number, per_page: n
},
}))

console.log(result.length)
const myData = JSON.stringify(result)
return myData
}
Expand Down

1 comment on commit 54aaa40

@vercel
Copy link

@vercel vercel bot commented on 54aaa40 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.