mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-01 00:30:33 +02:00
21 lines
364 B
Plaintext
21 lines
364 B
Plaintext
agent:
|
|
max_iterations: 30
|
|
database:
|
|
path: data/conversations.db
|
|
log:
|
|
level: info
|
|
output: stdout
|
|
mcp:
|
|
enabled: true
|
|
host: 0.0.0.0
|
|
port: 8081
|
|
openai:
|
|
api_key: sk-f02ac0f7cd114ff3996e1466455ebba9
|
|
base_url: https://api.deepseek.com/v1
|
|
model: deepseek-chat
|
|
security:
|
|
tools_dir: tools
|
|
server:
|
|
host: 0.0.0.0
|
|
port: 8080
|