Commit
·
9405169
1
Parent(s):
8a3a868
Update app.py
Browse files
app.py
CHANGED
|
@@ -408,7 +408,7 @@ select_and_prompt = RunnableLambda(lambda x:
|
|
| 408 |
answer_chain = (
|
| 409 |
prepare_answer_inputs
|
| 410 |
| select_and_prompt
|
| 411 |
-
|
|
| 412 |
)
|
| 413 |
|
| 414 |
def RExtract(pydantic_class: Type[BaseModel], llm, prompt):
|
|
|
|
| 408 |
answer_chain = (
|
| 409 |
prepare_answer_inputs
|
| 410 |
| select_and_prompt
|
| 411 |
+
| answer_llm
|
| 412 |
)
|
| 413 |
|
| 414 |
def RExtract(pydantic_class: Type[BaseModel], llm, prompt):
|