mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
12 lines
218 B
Markdown
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"
|
|
}],
|
|
},
|
|
]`
|