Skip to content

Commit a8e619f

Browse files
committed
apply code review changes
1 parent fb457d3 commit a8e619f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

samples/agentic-langgraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
### `TAVILY_API_KEY`
28-
A Tavily API key for accessing Tavily Search.
28+
A Tavily API key for accessing [Tavily Search](https://www.tavily.com/).
2929
```bash
3030
defang config set TAVILY_API_KEY
3131
```

samples/agentic-langgraph/compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ services:
1919

2020
llm:
2121
environment:
22-
- DEBUG=true
2322
- OPENAI_API_KEY=FAKE_TOKEN
24-
image: docker.io/defangio/openai-access-gateway:latest
23+
image: defangio/openai-access-gateway:latest
2524
ports:
2625
- target: 80
2726
published: 80

0 commit comments

Comments
 (0)