2023-10-28 11:33:51 +03:00
agents : {}
clients : {}
2023-05-05 00:50:02 +03:00
creator :
content_context :
2024-01-19 11:47:38 +02:00
- a fun and engaging slice of life story
- a terrifying horror story
- a thrilling action story
- a mysterious adventure
- an epic sci-fi adventure
game :
world_state :
templates :
state_reinforcement :
Goals :
auto_create : false
description : Long term and short term goals
favorite : true
insert : conversation-context
instructions : Create a long term goal and two short term goals for {character_name}. Your response must only be the long terms and two short term goals.
interval : 20
name : Goals
query : Goals
state_type : npc
Physical Health :
auto_create : false
description : Keep track of health.
favorite : true
insert : sequential
instructions : ''
interval : 10
name : Physical Health
query : What is {character_name}'s current physical health status?
state_type : character
Time of day :
auto_create : false
description : Track night / day cycle
favorite : true
insert : sequential
instructions : ''
interval : 10
name : Time of day
query : What is the current time of day?
state_type : world
2023-05-05 00:50:02 +03:00
2023-11-24 22:08:13 +02:00
## Long-term memory
2023-05-05 00:50:02 +03:00
#chromadb:
# embeddings: instructor
# instructor_device: cuda
# instructor_model: hkunlp/instructor-xl
2024-02-06 00:40:55 +02:00
# openai_model: text-embedding-3-small
2023-05-05 00:50:02 +03:00
2023-11-24 22:08:13 +02:00
## Remote LLMs
2023-05-05 00:50:02 +03:00
#openai:
# api_key: <API_KEY>
#runpod:
2023-11-24 22:08:13 +02:00
# api_key: <API_KEY>
## TTS (Text-to-Speech)
#elevenlabs:
# api_key: <API_KEY>
#coqui:
# api_key: <API_KEY>
#tts:
# device: cuda
# model: tts_models/multilingual/multi-dataset/xtts_v2
# voices:
# - label: <name>
# value: <path to .wav for voice sample>