mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
chore: update dependencies and mana-llm improvements
- Update pnpm-lock.yaml with matrix bot dependencies - Add environment variables to generate-env.mjs - Improve mana-llm config and ollama provider Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
df47dafeb5
commit
3edbd0cb26
7 changed files with 203 additions and 3 deletions
|
|
@ -634,6 +634,14 @@ const APP_CONFIGS = [
|
|||
},
|
||||
},
|
||||
|
||||
// LLM Playground (SvelteKit)
|
||||
{
|
||||
path: 'services/llm-playground/.env',
|
||||
vars: {
|
||||
PUBLIC_MANA_LLM_URL: (env) => env.MANA_LLM_URL || 'http://localhost:3025',
|
||||
},
|
||||
},
|
||||
|
||||
// Zitare Telegram Bot
|
||||
{
|
||||
path: 'services/telegram-zitare-bot/.env',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue