leandrocarneiro commited on
Commit
b5eb0e7
·
verified ·
1 Parent(s): f65d23a

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  def invoke_llm(context, task):
8
  prompt = f"""You are an assistant of a newspaper.
9
  Execute the task just based on the given context.
10
- The task is delimited by <> and the context is delimited by <>
11
  Write in a formal language and in portuguese language.
12
  Execute the task just based on the given context.
13
  Your task is: <{task}>
 
7
  def invoke_llm(context, task):
8
  prompt = f"""You are an assistant of a newspaper.
9
  Execute the task just based on the given context.
10
+ The task is delimited by <> and the context is delimited by <>.
11
  Write in a formal language and in portuguese language.
12
  Execute the task just based on the given context.
13
  Your task is: <{task}>