Fixed some mistake in the readme
This commit is contained in:
parent
86515e46dd
commit
af328aeae4
|
|
@ -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.
|
||||
3. Paste it into the Tampermonkey editor, overwriting the default template.
|
||||
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
|
||||
1. Open the solution in Visual Studio.
|
||||
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:
|
||||
* `https://gemini.google.com/`
|
||||
* `https://chat.deepseek.com/`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user