-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lara Vieira edited this page Apr 6, 2026
·
2 revisions
Welcome to the Willy wiki!
There are two ways of configuring Willy:
- or
config.ymlfile - or environment variables Each setting is described below:
It tells Willy to run in production or developer mode.
| Configuration File | Environment Variable | Values | Default |
|---|---|---|---|
environment: |
ENVIRONMENT | - development: Willy runs in development mode.- production: Willy runs in production mode. |
development |
How long should a conversation be saved in memory when idle. After this time, Willy forgets everything about the conversation.
| Configuration File | Environment Variable | Values | Default |
|---|---|---|---|
context-life-time: |
WILLY_CONTEXT_LIFETIME | - type 1s for 1 second- type 1m for 1 minute- type 1h for 1 hour- type 1d for 1 dayYou can not concatenate or sum time like 1h 15m, use 75m instead. |
5m |
Should use OpenAI integration.
| Configuration File | Environment Variable | Values | Default |
|---|---|---|---|
openai: enable:
|
WILLY_OPENAI_ENABLE | - true: Enable integration.- false: Disable integration. |
false |
The authorization token of OpenAI integration, can be genarated here
| Configuration File | Environment Variable | Values | Default |
|---|---|---|---|
openai: enable:
|
WILLY_OPENAI_ENABLE | - true: Enable integration.- false: Disable integration. |
false |