Skip to content

Commit

Permalink
Fix typo in prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Andreia Ocanoaia <andreia.ocanoaia@gmail.com>
  • Loading branch information
andreia-oca committed Aug 14, 2023
1 parent f36a983 commit 3358507
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 using the following function, without any addtion: \`${mongoose_URI}\`. Create the models for the database as needed in the same file as your class.
3. Utilize the ${dbOrm} ORM to establish a connection to a database. Connect to the database as using the following function, without any addition: \`${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 3358507

Please sign in to comment.