File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
05-AppCreatedWithGenAI/HFMCP.GenImage Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
``` bash
33
33
git clone < repository-url>
34
- cd HFMCP.GenImage.AppHost
34
+ cd /05-AppCreatedWithGenAI/HFMCP.GenImage/ HFMCP.GenImage.AppHost
35
35
```
36
36
37
37
### 2. Build the solution
@@ -44,7 +44,7 @@ dotnet build
44
44
### 3. Run the application
45
45
46
46
``` bash
47
- dotnet run --project HFMCP.GenImage.AppHost
47
+ dotnet run
48
48
```
49
49
50
50
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
54
54
1 . Open the web application and go to the ** Settings** page.
55
55
1 . Enter your ** Hugging Face Access Token** .
56
56
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).
58
58
1 . Save the configuration.
59
59
60
60
#### Getting a GitHub Token
@@ -77,5 +77,6 @@ The Aspire dashboard and web application will be available at the URLs shown in
77
77
78
78
- GPT-4.1-mini (recommended)
79
79
- Llama 3.2
80
+ - Any model available that supports function calling
80
81
81
82
You can switch models at any time from the Settings page.
You can’t perform that action at this time.
0 commit comments