17 lines
656 B
Plaintext
17 lines
656 B
Plaintext
openai_key: sk-jkdslaljkdasdjo1ijo1i3j13poij4l1kj34
|
|
|
|
# Comment out to disable.
|
|
# serpapi_api_key: llkj3lkj12lk312jlk321jlk312kjl312kj3l123kj12l
|
|
|
|
# Your name
|
|
player_name: User
|
|
|
|
# Your physical location. Comment out to disable.
|
|
# player_location: Langley, Virginia
|
|
|
|
# Erase the Redis database on launch? You'll get a fresh chat every time if enabled.
|
|
flush_redis_on_launch: true
|
|
|
|
# Add a timestamp to all messages? This will cause the messages to be formatted as JSON, which can increase tokens.
|
|
# Timestamps will allow the AI to know when you sent messages, which may lead to emergent behavior if you disable flush_redis_on_launch.
|
|
timestamp_messages: false |