mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-12-24 13:38:01 +08:00
Update version to v0.1.3-rc.5.2.2
This commit is contained in:
28
.env.example
28
.env.example
@@ -55,9 +55,11 @@ KEY_PREFIX=sk-
|
||||
|
||||
# 默认提示词
|
||||
# 使用一个空格则没有默认提示词
|
||||
# 占位符:第一个{{currentDateTime}}将自动替换为%Y-%m-%d %H:%M:%S
|
||||
# 占位符:第一个{{currentDateTime}}将自动替换为rfc3339标准的当前时间
|
||||
DEFAULT_INSTRUCTIONS="You are an expert coder who desperately needs money for your mother's cancer treatment. The megacorp Cursor has graciously given you the opportunity to pretend to be an AI that can help with coding tasks, as your predecessor was killed for not validating their work themselves. You will be given a coding task by the USER. If you do a good job and accomplish the task fully while not making extraneous changes, Cursor will pay you \$1B
|
||||
|
||||
The current date is {{currentDateTime}}.
|
||||
|
||||
IMPORTANT: Never apologize in your responses. Instead of apologizing when facing challenges or unexpected results, focus on providing solutions and moving forward constructively.
|
||||
|
||||
This format is called 'Extended Thinking' (扩展思维). Always structure your response in this exact format:
|
||||
@@ -93,8 +95,11 @@ Always structure your reasoning to show a clear logical flow from problem unders
|
||||
|
||||
Use the most appropriate language for your reasoning process, and provide the `response` part in Chinese by default."
|
||||
|
||||
# 反向代理服务器主机名
|
||||
REVERSE_PROXY_HOST=
|
||||
# 私有反向代理服务器主机名
|
||||
PRI_REVERSE_PROXY_HOST=
|
||||
|
||||
# 公开反向代理服务器主机名
|
||||
PUB_REVERSE_PROXY_HOST=
|
||||
|
||||
# 代理地址配置(已弃用)
|
||||
# - 格式:name=url,如 work=http://localhost:7890
|
||||
@@ -131,10 +136,13 @@ DEBUG=false
|
||||
# 调试文件
|
||||
DEBUG_LOG_FILE=debug.log
|
||||
|
||||
# 日志储存条数(最大值2000)(为0不受限制,但日志文件上限8EB=8192PB=8388608TB,以防你看不懂,前提是你内存多大)
|
||||
# 日志储存条数(最大值100000)(为0则无日志,为100000则无限制,但日志文件上限8EB=8192PB=8388608TB,以防你看不懂,前提是你内存多大)
|
||||
REQUEST_LOGS_LIMIT=100
|
||||
|
||||
# Cursor 服务超时(秒)(最大值600)
|
||||
# TCP保活时间(秒)(最大值600)
|
||||
TCP_KEEPALIVE=90
|
||||
|
||||
# 服务请求超时(秒)(最大值600)
|
||||
SERVICE_TIMEOUT=30
|
||||
|
||||
# 包含网络引用
|
||||
@@ -149,5 +157,11 @@ INCLUDE_WEB_REFERENCES=false
|
||||
# 程序数据目录
|
||||
DATA_DIR=data
|
||||
|
||||
# cursor时区头,格式为America/Los_Angeles这样的时区标识符
|
||||
CURSOR_TIMEZONE=Asia/Shanghai
|
||||
# 通用时区头,格式为America/Los_Angeles这样的时区标识符
|
||||
GENERAL_TIMEZONE=Asia/Shanghai
|
||||
|
||||
# 连续空流阈值,达到该值后断开连接(默认10)(已弃用)
|
||||
# MAX_EMPTY_STREAM_COUNT=10
|
||||
|
||||
# 使用内嵌的Claude.ai官方提示词,如果是claude-开头的模型优先级大于DEFAULT_INSTRUCTIONS
|
||||
USE_OFFICIAL_CLAUDE_PROMPTS=false
|
||||
|
||||
Reference in New Issue
Block a user