Open hongsw opened 7 hours ago
```
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/chat/open
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/chat/close
The default port is 8501 for streamlit web. @hongsw _Originally posted by @vkehfdl1 in https://github.com/Auto-RAG/autorag-frontend/issues/3#issuecomment-2492800501_
Open the Chat API
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/chat/open
Close the Chat API
curl -X GET http://localhost:5000/projects/{{project_id}}/trials/{{trial_id}}/chat/close