mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Change exposed port to random generated one vs default 3000 to avoid conflict with numerous other things that just use the default.
This commit is contained in:
parent
a296dfba87
commit
77d9dcdc24
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ The initial build process can take a minute or two. Upon success you should see
|
|||
Additionally, you'll find in Docker Desktop that database and redis services are running:
|
||||
<img width="1283" alt="Screenshot 2025-06-05 at 12 07 09 PM" src="https://github.com/user-attachments/assets/ad75d791-9cc7-41e3-8168-df7b21b49da2" />
|
||||
|
||||
Navigate to [localhost:3000](http://localhost:3000/) in your browser and click the 🚀 button.
|
||||
Navigate to [localhost:3446](http://localhost:3446/) in your browser and click the 🚀 button.
|
||||
|
||||
By default a evals run will run all programming exercises in [Roo Code Evals](https://github.com/RooCodeInc/Roo-Code-Evals) repository with the Claude Sonnet 4 model and default settings. For basic configuration you can specify the LLM to use and any subset of the exercises you'd like. For advanced configuration you can import a Roo Code settings file which will allow you to run the evals with Roo Code configured any way you'd like (this includes custom modes, a footgun prompt, etc).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue