
simple ui
一个用于测试Spring-AI/Tanzu AI服务器或任何OpenAI兼容端点的简单聊天界面。
Repository Info
About This Server
一个用于测试Spring-AI/Tanzu AI服务器或任何OpenAI兼容端点的简单聊天界面。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
simple-chat-ui
A very simple chat ui that can be used to test Spring-AI/Tanzu AI Server (or any OpenAI compatible endpoint)
Then access the UI in the browser at http://localhost:9091
Run locally against any OpenAI endpoint
export OPENAI_API_KEY=...
export OPENAI_BASE_URL=...
export OPENAI_MODEL=...
./mvnw spring-boot:run
Run locally against Tanzu AI Server
export ENDPOINT_NAME=test
export API_KEY=<key>
export API_BASE=http://<ai-server-url>/$ENDPOINT_NAME
export CONFIG_URL=$API_BASE/config/v1/endpoint
export VCAP_SERVICES='{"genai":[{ "name":"genai","label":"genai","credentials":{"endpoint":{"api_base":"'"$API_BASE"'","name":"test","api_key":"'"$API_KEY"'","config_url":"'"$CONFIG_URL"'"}}}]}'
./mvnw spring-boot:run
Then access the UI in the browser at http://localhost:8080
Run on CF
./mvnw package -DskipTests
cf push simple-ui --path target/simpleui-0.0.1-SNAPSHOT.jar --no-start
cf set-env simple-ui JBP_CONFIG_OPEN_JDK_JRE '{ jre: { version: 21.+ } }'
cf create-service genai ...
cf bind-service ...
cf restage simple-ui
NOTE: when cf push'ing the application, VCAP_SERVICES will be created for you.
Quick Start
Clone the repository
git clone https://github.com/garethjevans/simple-uiInstall dependencies
cd simple-ui
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.