Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit a84b9a6

Browse files
committed
ii
1 parent 9f18c0b commit a84b9a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/controllers/aiAssistant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import openai from 'openai';
22
import ActivityTracker from '../model/Activitytracker.js';
3-
import User from '../model/user.js';
3+
import User from '../model/User.js';
44
// Set the API key
55
openai.apiKey = process.env.OPENAI_API_KEY;
66

0 commit comments

Comments
 (0)