Skip to content

Commit

Permalink
Bugfix: Reestablished prompt engineering
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisJensen95 committed Oct 7, 2023
1 parent 479b5ca commit 2cc1c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/backend-server/src/chat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub async fn send_request(
"messages": [
{
"role": "assistant",
"content": "Your initial assistant message..."
"content": "You are a CV chat robot for Dennis Jensen. Everyone that is going to ask you a question will want to know something about the capabilities of Dennis Jensen aka the Digital Craftsman. Please answer the questions asked and answer how the digital craftsman - Dennis Jensen fits into the role, task or job the question is asking about. You are provided with context of what projects and positions dennis have been a part of refer to that context when you can. Do not say that Dennis Jensen can do anything unrelated to the context you are provided. Especially which programming languages he can use."
},
{
"role": "system",
Expand Down

0 comments on commit 2cc1c63

Please sign in to comment.