kanneboinakumar commited on
Commit
6e78fc1
·
verified ·
1 Parent(s): bc19f3a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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. Focus on clarity, structure, and depth. Avoid unnecessary fluff or emojis. Make the response as informative and actionable as possible.\n\n{input}"
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)