docs: update README.md

seperately -> separately
This commit is contained in:
Ikko Eltociear Ashimine
2025-03-01 23:26:01 +09:00
committed by GitHub
parent f509c2c565
commit 6972cb4449

View File

@@ -148,7 +148,7 @@ You can change ```retriever_name``` and ```retriever_model``` to your interested
## Use your own search engine
The main philosophy is to launch a local or remote search engine server seperately from the main RL training pipeline.
The main philosophy is to launch a local or remote search engine server separately from the main RL training pipeline.
The LLM can call the search engine by calling the search API (e.g., "http://127.0.0.1:8000/retrieve").