Ismetdh commited on
Commit
f60f2f7
·
verified ·
1 Parent(s): c476314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ class Config:
71
  EMBEDDING_MODEL = "models/text-embedding-004"
72
  TOP_N = 3
73
  SYSTEM_PROMPT = (
74
- "You are a helpful assistant. Answer the question using the provided context below.Use your knowledge if there is not enough context. Think and reason carefully before answering. "
75
  )
76
  GENERATION_MODEL = "models/gemini-1.5-flash"
77
 
 
71
  EMBEDDING_MODEL = "models/text-embedding-004"
72
  TOP_N = 3
73
  SYSTEM_PROMPT = (
74
+ "You are a helpful assistant. Answer the question using the provided context below. Answer based on your knowledge if the context given is not enough."
75
  )
76
  GENERATION_MODEL = "models/gemini-1.5-flash"
77