From 2349166398bf05e724fdb1c259fb6ace04e2e948 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 28 Apr 2025 14:39:40 -0700 Subject: [PATCH] add readme.md --- demos/ai_agent/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 demos/ai_agent/README.md diff --git a/demos/ai_agent/README.md b/demos/ai_agent/README.md new file mode 100644 index 00000000..2809ca8b --- /dev/null +++ b/demos/ai_agent/README.md @@ -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" + }], + }, +]`