mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add readme.md
This commit is contained in:
parent
9db30caff1
commit
2349166398
1 changed files with 12 additions and 0 deletions
12
demos/ai_agent/README.md
Normal file
12
demos/ai_agent/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
In chat_ui use following .env.local,
|
||||
|
||||
MONGODB_URL=mongodb://localhost:27017
|
||||
MODELS=`[
|
||||
{
|
||||
"name": "gpt-4o",
|
||||
"endpoints": [{
|
||||
"type" : "openai",
|
||||
"baseURL": "http://localhost:14000/v1"
|
||||
}],
|
||||
},
|
||||
]`
|
||||
Loading…
Add table
Add a link
Reference in a new issue