Fixed some mistake in the readme

This commit is contained in:
0% [█ █ █ █ █ █ █ █ █ █] 100% 2026-06-04 20:40:55 -05:00
parent 86515e46dd
commit af328aeae4

View File

@ -30,11 +30,12 @@ The Voice Assistant PoC requires an offline voice model to function.
2. Copy the entire contents of `GoogleAI_Search_Google_Gemini_Deepseek_ChatGPT_UnifiedHarness.js` from this repository. 2. Copy the entire contents of `GoogleAI_Search_Google_Gemini_Deepseek_ChatGPT_UnifiedHarness.js` from this repository.
3. Paste it into the Tampermonkey editor, overwriting the default template. 3. Paste it into the Tampermonkey editor, overwriting the default template.
4. Go to File -> **Save** (or press Ctrl+S). 4. Go to File -> **Save** (or press Ctrl+S).
5. If running Tampermonkey in Google Chrome, ensure Allow User Scripts is enabled in the extension page under "Manage Extensions"
### 3. Build and Run the Servers ### 3. Build and Run the Servers
1. Open the solution in Visual Studio. 1. Open the solution in Visual Studio.
2. Build the solution to restore NuGet packages (such as `NAudio` and `Vosk`). 2. Build the solution to restore NuGet packages (such as `NAudio` and `Vosk`).
3. Run the **AIStudio.C2Server** project first. You should see the server console open and state that it is listening on port `8080`. 3. Run the **AI C2 Server** project first. You should see the server console open and state that it is listening on port `8080`.
4. Open your web browser (Firefox recommended) and navigate to one of the supported AI platforms: 4. Open your web browser (Firefox recommended) and navigate to one of the supported AI platforms:
* `https://gemini.google.com/` * `https://gemini.google.com/`
* `https://chat.deepseek.com/` * `https://chat.deepseek.com/`