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

12 lines
218 B
Markdown

In chat_ui use following .env.local,
MONGODB_URL=mongodb://localhost:27017
MODELS=`[
{
"name": "gpt-4o",
"endpoints": [{
"type" : "openai",
"baseURL": "http://localhost:14000/v1"
}],
},
]`