plano/demos/ai_agent
2025-04-28 14:39:40 -07:00
..
agent_config.yaml more changes 2025-04-25 01:14:12 -07:00
README.md add readme.md 2025-04-28 14:39:40 -07:00
test.hurl Add prem support for a2a agents 2025-04-25 00:57:13 -07:00

In chat_ui use following .env.local,

MONGODB_URL=mongodb://localhost:27017 MODELS=[ { "name": "gpt-4o", "endpoints": [{ "type" : "openai", "baseURL": "http://localhost:14000/v1" }], }, ]