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 3131
3232``` bash
3333git 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
5050The 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
54541 . Open the web application and go to the ** Settings** page.
55551 . Enter your ** Hugging Face Access Token** .
56561 . 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).
58581 . 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
8182You can switch models at any time from the Settings page.
You can’t perform that action at this time.
0 commit comments