add readme.md

This commit is contained in:
Adil Hafeez 2025-04-28 14:39:40 -07:00
parent 9db30caff1
commit 2349166398
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

12
demos/ai_agent/README.md Normal file
View 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"
}],
},
]`