Spaces:
Runtime error
Runtime error
leandrocarneiro
commited on
Update llm.py
Browse files
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}>
|