Skip to content

Commit

Permalink
Fixed the model prompt to omit additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 16, 2024
1 parent cc58f2e commit 5ec9cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/bragDocument.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package utils

var BragDocTemplate = `Draft a bragging document from my perspective
using the journal data provided below.
using only the journal data provided below.
The document should be written in a formal tone as it has to be shared
with my manager and stakeholders and it impacts my personal growth.
Expand Down Expand Up @@ -54,4 +54,5 @@ the work. Also, write about
* Recognition from any other part of the industry. Like awards.
Additional information about personal projects and blogs will be mentioned after the journal.
Do not add additional information which is not present in the journal.
`
1 change: 1 addition & 0 deletions utils/bragSummarize.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"io/ioutil"
"bytes"
"encoding/json"
"os"
)

type ModelResponse struct {
Expand Down

0 comments on commit 5ec9cde

Please sign in to comment.