-
Notifications
You must be signed in to change notification settings - Fork 100
Description
All the Steves stand around and do not take any commands.
Below is my config file.
#AI API Configuration
[ai]
#AI provider to use: 'groq' (FASTEST, FREE), 'openai', or 'gemini'
provider = "gemini"
#OpenAI/Gemini API Configuration (same key field used for both)
[openai]
#Your OpenAI API key (required)
apiKey = "AIza***********************************"
#OpenAI model to use (gpt-4, gpt-4-turbo-preview, gpt-3.5-turbo)
model = "gemini-2.5-flash"
#Maximum tokens per API request
#Range: 100 ~ 65536
maxTokens = 4000
#Temperature for AI responses (0.0-2.0, lower is more deterministic)
#Range: 0.0 ~ 2.0
temperature = 0.7
#Steve Behavior Configuration
[behavior]
#Ticks between action checks (20 ticks = 1 second)
#Range: 1 ~ 100
actionTickDelay = 20
#Allow Steves to respond in chat
enableChatResponses = true
#Maximum number of Steves that can be active simultaneously
#Range: 1 ~ 50
maxActiveSteves = 10