You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shoichi Ishida edited this page Dec 18, 2024
·
9 revisions
Developer Document
Under Construction.
Basic Information
Customize ChatChemTS
Customize Reward Generator Tool
Customize Config Generator Tool
Change OpenAI's LLM to Another
Debug
How to Retrieve Logs from Docker Containers
You can inspect the raw logs using the docker logs command if you encounter errors or unexpected behaviors.
docker container ls # List running containers to find the container names related to ChatChemTS
docker logs [CONTAINER_NAME] # Example: chatchemts-chatbot-1 or chatchemts-api_chemtsv2-1