Auto-RAG / autorag-frontend

MIT License
1 stars 0 forks source link

Add a button to trigger the Chat API via the backend #21

Open hongsw opened 7 hours ago

hongsw commented 7 hours ago
          ```

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



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_