Closed hongsw closed 1 hour 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
# 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
move to another issue!!
[API] fix validate and evaluation api config, set_trial_config