Spaces:
Sleeping
Sleeping
Commit ·
9022efd
1
Parent(s): fdb7eeb
cleanup chains and prompts only for simple stream app
Browse files
app_simple_stream/app/prompts.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
from langchain_core.prompts import PromptTemplate
|
| 2 |
-
from typing import List
|
| 3 |
|
| 4 |
# Initiate rwa_prompt with place holder "{question}"
|
| 5 |
raw_prompt = "{question}"
|
|
|
|
| 1 |
from langchain_core.prompts import PromptTemplate
|
|
|
|
| 2 |
|
| 3 |
# Initiate rwa_prompt with place holder "{question}"
|
| 4 |
raw_prompt = "{question}"
|