Skip to content

Commit 4812fa6

Browse files
committed
Update README with corrected directory paths and model selection details
1 parent c35b472 commit 4812fa6

File tree

1 file changed

+4
-3
lines changed
  • 05-AppCreatedWithGenAI/HFMCP.GenImage

1 file changed

+4
-3
lines changed

05-AppCreatedWithGenAI/HFMCP.GenImage/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
```bash
3333
git clone <repository-url>
34-
cd HFMCP.GenImage.AppHost
34+
cd /05-AppCreatedWithGenAI/HFMCP.GenImage/HFMCP.GenImage.AppHost
3535
```
3636

3737
### 2. Build the solution
@@ -44,7 +44,7 @@ dotnet build
4444
### 3. Run the application
4545

4646
```bash
47-
dotnet run --project HFMCP.GenImage.AppHost
47+
dotnet run
4848
```
4949

5050
The Aspire dashboard and web application will be available at the URLs shown in the console output (e.g., `https://localhost:17147`).
@@ -54,7 +54,7 @@ The Aspire dashboard and web application will be available at the URLs shown in
5454
1. Open the web application and go to the **Settings** page.
5555
1. Enter your **Hugging Face Access Token**.
5656
1. Enter your **GitHub Personal Access Token**.
57-
1. Select your preferred AI model (default: gpt-4/1-mini).
57+
1. Select your preferred AI model (default: gpt-4-1-mini).
5858
1. Save the configuration.
5959

6060
#### Getting a GitHub Token
@@ -77,5 +77,6 @@ The Aspire dashboard and web application will be available at the URLs shown in
7777

7878
- GPT-4.1-mini (recommended)
7979
- Llama 3.2
80+
- Any model available that supports function calling
8081

8182
You can switch models at any time from the Settings page.

0 commit comments

Comments
 (0)