3
ChatGPT w/ Streaming in Go (Beta)This beta version of the Go template is powered by Repl.it's Nix modules system.
In this example, we have implemented ChatGPT w/ Streaming.
To get started, make sure you set OPENAIAPIKEY as a Secret.
135
2
3
1
LangChain Python with AI Plugins (Claude)Using AI Plugins with LangChain. This currently only works for plugins with no auth. This is the Python version, using Claude by Anthropic.
To get started, make sure you set ANTHROPICAPIKEY as a Secret.
224
0
1
0
LangChain Python with ChatGPT PluginsUsing ChatGPT Plugins with LangChain. This currently only works for plugins with no auth. This is the Python version.
To get started, make sure you set OPENAIAPIKEY as a Secret.
41
0
0
0
LangChain Node.js with ChatGPT PluginsUsing ChatGPT Plugins with LangChain. This currently only works for plugins with no auth. This is the Node.js version.
To get started, make sure you set OPENAIAPIKEY as a Secret.
23
0
0
1
LangChain Agents with Zapier NLAThis integration gives you access to the 5,000+ apps and 20,000+ actions on Zapier's platform through a natural language API interface.
To get started, make sure you set OPENAIAPIKEY and ZAPIERNLAAPI_KEY as Secrets.
Here's the official blog post: https://blog.langchain.dev/langchain-zapier-nla/
42
0
1
1.4K
GPT-4 Chat UIBuild your own GPT-4 frontend with this open source Next.js template! Simply add your OpenAI API key and you're good to go!
Don't have early access to GPT-4? Replace "gpt-4" with "gpt-3.5-turbo" in pages/api/chat.js.
Can't wait to see what you build with this!
Note: due to insanely high traffic, I have downgraded this to GPT 3.5 until further notice.
85K
1.3K
1.4K