plano/demos/ai_agent/README.md
2025-04-28 14:39:40 -07:00

218 B

In chat_ui use following .env.local,

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