Skip to content

Commit

Permalink
small change in the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Dumitrescu committed Aug 14, 2023
1 parent a8ebb07 commit 228c8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-deployment/src/LlmService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Your task is to write a ${classInfo} class in TypeScript that implements the fol
2. Within the class, ensure that you utilize type annotations for every variable and parameter. This helps maintain strong typing throughout your implementation.
3. Utilize the ${dbOrm} ORM to establish a connection to a database. Connect to the database as follows: \`${mongoose_URI}\`.
3. Utilize the ${dbOrm} ORM to establish a connection to a database. Connect to the database as follows: \`${mongoose_URI}\`. Create the models for the database as needed in the same file as your class.
4. Use any necessary npmjs packages for your implementation. Feel free to leverage these packages as needed to enhance the functionality of your class. Never use any external files.
Expand Down

0 comments on commit 228c8ca

Please sign in to comment.