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
// <p>Run the following two commands in a local directoy on your local machine (requires <a href="https://docs.docker.com/compose/">docker compose</a>):</p>
description: "Explore how OpenAI's GPT models can be used with LASSO to prompt for code solutions and tests. The functionality sought after is taken from the HumanEval benchmark (e.g., coding problem HumanEval_13_greatest_common_divisor)",
142
+
description: "Explore how OpenAI's GPT models can be used with LASSO to prompt for code solutions and tests. The functionality sought after is taken from the HumanEval benchmark (e.g., coding problem HumanEval_13_greatest_common_divisor). Note: We strictly advise against using your personal API keys for OpenAI in our LASSO Playground (Demo) Instance.",
Copy file name to clipboardExpand all lines: lasso/src/pages/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ export default function Home(): JSX.Element {
149
149
docker compose up
150
150
`}
151
151
</CodeBlock>
152
-
<p>Wait until all services started (LASSO platform, Code Search Index and Artifact Repository) and then open LASSO's dashboard at <ahref="http://localhost:10222/webui/">http://localhost:10222/webui/</a> (login: admin / admin123). See <ahref="./docs/quickstart/scenario">5 Minute Tutorial</a> for more details.</p>
152
+
<p>Wait until all services started (LASSO platform, Code Search Index and Artifact Repository) and then open LASSO's dashboard at <ahref="http://localhost:10222/webui/">http://localhost:10222/webui/</a> (login: admin / admin123). See <ahref="./docs/quickstart/scenario">5 Minute Tutorial</a> for details, and <ahref="./labs">Labs (Playground)</a> for more options.</p>
Copy file name to clipboardExpand all lines: lasso/src/pages/labs.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# LASSO Labs
2
2
3
+
## LASSO Platform (Demo Instance)
4
+
5
+
A public demo LASSO instance (i.e., playground) is available. To try LASSO, head over to [TDSEHub](./hub), select an example LSL pipeline script and press the `Try Now!` button.
6
+
7
+
### Generative AI (LLM) - Code Generation
8
+
9
+
For example, run your first code/test generation workflow with OpenAI models [here](lasso/submit?exampleId=OPENAI_GEN).
10
+
3
11
## LSLFlow - A Visual Graph Editor for LSL Pipelines
4
12
5
13
A first visual representation of a graph editor for designing and managing LSL pipelines is now available.
@@ -15,8 +23,4 @@ The project is actively developed by **David Cebulla**, a business informatics s
15
23
16
24
### Preview
17
25
18
-
Visit the Project Website: Explore the preview version of LSLFlow here: [LSLFlow](https://softwareobservatorium.github.io/lslflow/)
19
-
20
-
## LASSO Platform (Demo Instance)
21
-
22
-
A public demo LASSO instance (i.e., playground) is available. To try LASSO, head over to [TDSEHub](./hub), select an example LSL pipeline script and press the `Try Now!` button.
26
+
Visit the Project Website: Explore the preview version of LSLFlow here: [LSLFlow](https://softwareobservatorium.github.io/lslflow/)
0 commit comments