leandrocarneiro commited on
Commit
a6bb63b
·
verified ·
1 Parent(s): b149245

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -0
llm.py CHANGED
@@ -12,6 +12,7 @@ def invoke_llm(context, task):
12
  Execute the task just based on the given context.
13
  Your task is: <{task}>
14
  The context is: <{context}>
 
15
  """
16
 
17
  llm=ChatOpenAI(model_name="gpt-3.5-turbo",
 
12
  Execute the task just based on the given context.
13
  Your task is: <{task}>
14
  The context is: <{context}>
15
+ Answer here:
16
  """
17
 
18
  llm=ChatOpenAI(model_name="gpt-3.5-turbo",