|
@@ -90,11 +90,8 @@ llm:
|
|
<CodeGroup>
|
|
<CodeGroup>
|
|
|
|
|
|
```python main.py
|
|
```python main.py
|
|
-import os
|
|
|
|
from embedchain import Pipeline as App
|
|
from embedchain import Pipeline as App
|
|
|
|
|
|
-os.environ['OPENAI_API_KEY'] = 'xxx'
|
|
|
|
-
|
|
|
|
# load llm configuration from opensource.yaml file
|
|
# load llm configuration from opensource.yaml file
|
|
app = App.from_config(config_path="opensource.yaml")
|
|
app = App.from_config(config_path="opensource.yaml")
|
|
```
|
|
```
|