Moving env to character file | Using different clients of the same type #3333
-
final goal: I want to use different clients of the same type (telegram bot for instance) for different characters the solution I came up with: I would appreciate any help or guidance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
you can use special env variables for each character like this:
|
Beta Was this translation helpful? Give feedback.
you can use special env variables for each character like this:
{ "settings": { "secrets": { "TELEGRAM_BOT_TOKEN": "", "ANTHROPIC_API_KEY": "", "GOOGLE_GENERATIVE_AI_API_KEY": "" // ... etc }, "voice": { "model": "en_US-ryan-low" } }, }