You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the provider selected, an environment variable has to be set for the worker to be started, containing the ENVIRONMENT variable (eg.API key) for the given provider:
163
163
164
164
```bash
165
-
golem worker new test:llm/debug --env OPENAI_API_KEY=xxx --env GOLEM_LLM_LOG=trace
165
+
golem agent new test:llm/debug --env OPENAI_API_KEY=xxx --env GOLEM_LLM_LOG=trace
166
166
```
167
167
168
168
Then you can invoke the test functions on this worker:
169
169
170
170
```bash
171
-
golem worker invoke test:llm/debug test1 --stream
171
+
golem agent invoke test:llm/debug test1 --stream
172
172
```
173
173
174
174
For detailed information about available profiles and environment variables for each module, and what tests are available, see the individual README files:
Depending on the provider selected, an environment variable has to be set for the worker to be started, containing the ENVIRONMENT variable (eg.API key) for the given provider:
95
95
96
96
```bash
97
-
golem worker new test:llm/debug --env OPENAI_API_KEY=xxx --env GOLEM_LLM_LOG=trace
97
+
golem agent new test:llm/debug --env OPENAI_API_KEY=xxx --env GOLEM_LLM_LOG=trace
98
98
```
99
99
100
100
Then you can invoke the test functions on this worker:
Depending on the provider selected, environment variables have to be set for the worker to be started, containing the ENVIRONMENT variables (eg. connection details) for the given provider:
89
89
90
90
```bash
91
-
golem worker new test:search/debug --env ALGOLIA_APP_ID=xxx --env ALGOLIA_API_KEY=xxx --env GOLEM_SEARCH_LOG=trace
91
+
golem agent new test:search/debug --env ALGOLIA_APP_ID=xxx --env ALGOLIA_API_KEY=xxx --env GOLEM_SEARCH_LOG=trace
92
92
```
93
93
94
94
Then you can invoke the test functions on this worker:
Copy file name to clipboardExpand all lines: video/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,13 @@ golem app deploy -b veo-debug
86
86
Depending on the provider selected, an environment variable has to be set for the worker to be started, containing the ENVIRONMENT variable (eg.API key) for the given provider:
Depending on the provider selected, an environment variable has to be set for the worker to be started, containing the ENVIRONMENT variable (eg.API key) for the given provider:
140
140
141
141
```bash
142
-
golem worker new test:video-advanced/debug --env KLING_ACCESS_KEY=xxx --env KLING_SECRET_KEY=xxx --env GOLEM_VIDEO_LOG=trace
142
+
golem agent new test:video-advanced/debug --env KLING_ACCESS_KEY=xxx --env KLING_SECRET_KEY=xxx --env GOLEM_VIDEO_LOG=trace
Depending on the provider selected, an environment variable has to be set for the worker to be started, containing the ENVIRONMENT variable (eg.API key) for the given provider:
82
82
83
83
```bash
84
-
golem worker new test:websearch/debug --env BRAVE_API_KEY=xxx --env GOLEM_WEB_SEARCH_LOG=trace
84
+
golem agent new test:websearch/debug --env BRAVE_API_KEY=xxx --env GOLEM_WEB_SEARCH_LOG=trace
85
85
```
86
86
87
87
Then you can invoke the test functions on this worker:
0 commit comments