File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- LlmChain
2
- ========
1
+ LLM Chain
2
+ =========
3
3
4
4
Simple PHP toolkit for building LLM chains.
5
5
@@ -91,32 +91,32 @@ Depending on the example you need to export needed environment variables for API
91
91
1 . Simple Clock Tool
92
92
``` bash
93
93
export OPENAI_API_KEY=sk-...
94
- php examples/toolchain -clock.php
94
+ php examples/toolbox -clock.php
95
95
```
96
96
97
97
1 . Wikipedia Tool
98
98
``` bash
99
99
export OPENAI_API_KEY=sk-...
100
- php examples/toolchain -wikipedia.php
100
+ php examples/toolbox -wikipedia.php
101
101
```
102
102
103
103
1 . SerpAPI Tool
104
104
``` bash
105
105
export OPENAI_API_KEY=sk-...
106
106
export SERPAPI_API_KEY=...
107
- php examples/toolchain -serpapi.php
107
+ php examples/toolbox -serpapi.php
108
108
```
109
109
110
110
1 . Weather Tool
111
111
``` bash
112
112
export OPENAI_API_KEY=sk-...
113
- php examples/toolchain -weather.php
113
+ php examples/toolbox -weather.php
114
114
```
115
115
116
116
1 . YouTube Transcriber Tool
117
117
``` bash
118
118
export OPENAI_API_KEY=sk-...
119
- php examples/toolchain -youtube.php
119
+ php examples/toolbox -youtube.php
120
120
```
121
121
122
122
### Structured Output
You can’t perform that action at this time.
0 commit comments