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" + }], + }, +]`