Skip to content

Developer Document

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

Clone this wiki locally