Skip to content

Commit

Permalink
langchain-1-stream-next
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisKo committed May 5, 2023
1 parent d1a771c commit 75965a3
Show file tree
Hide file tree
Showing 9 changed files with 1,219 additions and 1,574 deletions.
2 changes: 2 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# copy me to .env.development.local
OPENAI_API_KEY=
12 changes: 10 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ const nextConfig = {
experimental: {
appDir: true,
},
}
webpack(config) {
config.experiments = {
asyncWebAssembly: true,
layers: true,
};

module.exports = nextConfig
return config;
},
};

module.exports = nextConfig;
Loading

0 comments on commit 75965a3

Please sign in to comment.