Arsala Khan 4 weeks ago committed by GitHub
commit 198006f8d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,10 @@ OpenAI functions enable your app to take action based on user inputs. This means
In this tutorial, you will build an app that uses OpenAI functions along with the latest version of the Node.js SDK. The app runs in the browser, so you only need a code editor and, e.g., VS Code Live Server to follow along locally. Alternatively, write your code directly in the browser via [this code playground at Scrimba.](https://scrimba.com/scrim/c6r3LkU9)
If you prefer watching over reading, then you can check out [this Scrimba tutorial, which walks through the code line-by-line:](https://scrimba.com/scrim/co61a4841bec008b603f9caee)
<ScrimPlayer scrimId="co61a4841bec008b603f9caee" />
## What you will build
Our app is a simple agent that helps you find activities in your area.

@ -1205,6 +1205,15 @@
tags:
- guardrails
- title: How to build an agent with the Node.js SDK
path: examples/How_to_build_an_agent_with_the_node_sdk.mdx
date: 2024-01-08
authors:
- arsalabangash
tags:
- completions
- functions
- title: How to combine GPT4 with Vision with RAG to create a clothing matchmaker app
path: examples/How_to_combine_GPT4v_with_RAG_Outfit_Assistant.ipynb
date: 2024-02-16

Loading…
Cancel
Save