Skip to content

Commit 38579cf

Browse files
authored
Added support for inference (#27)
Signed-off-by: Noorain Panjwani <[email protected]>
1 parent c29e08b commit 38579cf

File tree

10 files changed

+409
-62
lines changed

10 files changed

+409
-62
lines changed

.env.development

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
BACKEND_HOST=localhost
2-
BACKEND_PORT=4386
2+
BACKEND_PORT=4386
3+
MOCK_API=true

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"isbot": "^5",
2626
"lucide-react": "^0.468.0",
2727
"next-themes": "^0.4.4",
28+
"openai": "^4.78.1",
2829
"react": "^18.3.1",
2930
"react-dom": "^18.3.1",
3031
"react-icons": "^5.4.0",

0 commit comments

Comments
 (0)