Skip to content

Commit 343ae78

Browse files
committed
apple code review changes
1 parent a2639a1 commit 343ae78

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

samples/agentic-autogen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![1-click-deploy](https://raw.githubusercontent.com/DefangLabs/defang-assets/main/Logos/Buttons/SVG/deploy-with-defang.svg)](https://portal.defang.dev/redirect?url=https%3A%2F%2Fgithub.com%2Fnew%3Ftemplate_name%3Dsample-agentic-autogen-template%26template_owner%3DDefangSamples)
44

5-
This sample shows an agentic Autogen application using Mistral and FastAPI, deployed with Defang. For demonstration purposes, it will require a Mistral API key (see [Configuration](#configuration) for more details). However, you are free to modify it to use a different LLM, say the Defang OpenAI Access Gateway service, as an alternative. Note that the Vite React frontend is served through the FastAPI backend so that they can be treated as one service in production.
5+
This sample shows an agentic Autogen application using Mistral and FastAPI, deployed with Defang. For demonstration purposes, it will require a [Mistral AI](https://mistral.ai/) API key (see [Configuration](#configuration) for more details). However, you are free to modify it to use a different LLM, say the [Defang OpenAI Access Gateway](https://github.com/DefangLabs/openai-access-gateway/) service, as an alternative. Note that the Vite React frontend is served through the FastAPI backend so that they can be treated as one service in production.
66

77
## Prerequisites
88

@@ -25,7 +25,7 @@ For this sample, you will need to provide the following [configuration](https://
2525
> Note that if you are using the 1-click deploy option, you can set these values as secrets in your GitHub repository and the action will automatically deploy them for you.
2626
2727
### `MISTRAL_API_KEY`
28-
An API key to access the [MistralAI] LLM.
28+
An API key to access the [Mistral AI API](https://mistral.ai/).
2929
```bash
3030
defang config set MISTRAL_API_KEY
3131
```

samples/agentic-autogen/src/.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ defang
2525
defang.exe
2626
# Ignore our project-level state
2727
.defang
28-
29-
**/myenv

0 commit comments

Comments
 (0)