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