Skip to content

Commit e704c55

Browse files
authored
fix: inconsistent readme namings (#23)
1 parent 4e361a5 commit e704c55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LlmChain
2-
========
1+
LLM Chain
2+
=========
33

44
Simple PHP toolkit for building LLM chains.
55

@@ -91,32 +91,32 @@ Depending on the example you need to export needed environment variables for API
9191
1. Simple Clock Tool
9292
```bash
9393
export OPENAI_API_KEY=sk-...
94-
php examples/toolchain-clock.php
94+
php examples/toolbox-clock.php
9595
```
9696

9797
1. Wikipedia Tool
9898
```bash
9999
export OPENAI_API_KEY=sk-...
100-
php examples/toolchain-wikipedia.php
100+
php examples/toolbox-wikipedia.php
101101
```
102102

103103
1. SerpAPI Tool
104104
```bash
105105
export OPENAI_API_KEY=sk-...
106106
export SERPAPI_API_KEY=...
107-
php examples/toolchain-serpapi.php
107+
php examples/toolbox-serpapi.php
108108
```
109109

110110
1. Weather Tool
111111
```bash
112112
export OPENAI_API_KEY=sk-...
113-
php examples/toolchain-weather.php
113+
php examples/toolbox-weather.php
114114
```
115115

116116
1. YouTube Transcriber Tool
117117
```bash
118118
export OPENAI_API_KEY=sk-...
119-
php examples/toolchain-youtube.php
119+
php examples/toolbox-youtube.php
120120
```
121121

122122
### Structured Output

0 commit comments

Comments
 (0)