mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 05:12:55 +02:00
fixing the README for multi-agent orchestration (#722)
* fixing the README for multi-agent orchestration * fixed issues where the multi-intent queries weren't being properly handled by GPT-40 * more fixes for the README.md and tracing visuals * removed remnant Arch README.md --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
This commit is contained in:
parent
e41aa0a617
commit
7cba42f887
7 changed files with 39 additions and 246 deletions
|
|
@ -49,6 +49,10 @@ services:
|
|||
- DEFAULT_MODEL=gpt-4o-mini
|
||||
- ENABLE_OPENAI_API=true
|
||||
- OPENAI_API_BASE_URL=http://host.docker.internal:8001/v1
|
||||
- ENABLE_FOLLOW_UP_GENERATION=false
|
||||
- ENABLE_TITLE_GENERATION=false
|
||||
- ENABLE_TAGS_GENERATION=false
|
||||
- ENABLE_AUTOCOMPLETE_GENERATION=false
|
||||
depends_on:
|
||||
- weather-agent
|
||||
- flight-agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue