forked from retoor/devplacepy
Update
This commit is contained in:
@@ -14,9 +14,9 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
CITATION_MARKER = re.compile(r"\[(\d+)\]")
|
||||
|
||||
CHAT_TOP_K = 8
|
||||
MAX_CONTEXT_CHARS = 9000
|
||||
CHAT_MAX_TOKENS = 900
|
||||
CHAT_TOP_K = 10
|
||||
MAX_CONTEXT_CHARS = 16000
|
||||
CHAT_MAX_TOKENS = 1400
|
||||
|
||||
SYSTEM_PROMPT = (
|
||||
"You are the DeepSearch research assistant. Answer the user's question using ONLY "
|
||||
|
||||
Reference in New Issue
Block a user