Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -18,7 +18,7 @@ model = ChatGoogleGenerativeAI(model="gemini-2.0-flash",
|
|
18 |
# 3️⃣ Prompt template
|
19 |
|
20 |
prompt = PromptTemplate.from_template(
|
21 |
-
"You are an expert and motivational AI Mentor. Provide detailed, thoughtful, and practical guidance in response to the following query.
|
22 |
)
|
23 |
|
24 |
chain = LLMChain(llm=model, prompt=prompt)
|
|
|
18 |
# 3️⃣ Prompt template
|
19 |
|
20 |
prompt = PromptTemplate.from_template(
|
21 |
+
"You are an expert and motivational AI Mentor. Provide detailed, thoughtful, and practical guidance in response to the following query. Avoid unnecessary fluff or emojis.\n\n{input}"
|
22 |
)
|
23 |
|
24 |
chain = LLMChain(llm=model, prompt=prompt)
|