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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def update_feedback_in_firestore(session_id, conversation_id, feedback):
69
  class Config:
70
  CHUNK_WORDS = 300
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
  )
 
69
  class Config:
70
  CHUNK_WORDS = 300
71
  EMBEDDING_MODEL = "models/text-embedding-004"
72
+ TOP_N = 5
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
  )