server-personification/config.yml.sample

17 lines
656 B
Plaintext
Raw Permalink Normal View History

2024-02-02 23:31:20 -07:00
openai_key: sk-jkdslaljkdasdjo1ijo1i3j13poij4l1kj34
# Comment out to disable.
2024-02-02 23:50:51 -07:00
# serpapi_api_key: llkj3lkj12lk312jlk321jlk312kjl312kj3l123kj12l
2024-02-02 23:31:20 -07:00
# Your name
player_name: User
2024-02-02 23:50:51 -07:00
# Your physical location. Comment out to disable.
# player_location: Langley, Virginia
2024-02-02 23:31:20 -07:00
# 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.
2024-02-02 23:50:51 -07:00
# Timestamps will allow the AI to know when you sent messages, which may lead to emergent behavior if you disable flush_redis_on_launch.
2024-02-02 23:31:20 -07:00
timestamp_messages: false