Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,19 +1,26 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
markdown=f"""
|
4 |
-
|
5 |
-
Start Here: https://autogen-studio.com/autogen-studio-ui
|
6 |
|
7 |
# Installation and Running Autogen:
|
8 |
|
9 |
-
1. create a directory:
|
10 |
-
|
|
|
|
|
11 |
3. Add three lines for the key(s) and launch:
|
12 |
-
|
13 |
-
- set
|
|
|
|
|
|
|
14 |
- autogenstudio ui
|
|
|
15 |
4. pip install autogenstudio
|
|
|
16 |
5. run your startup script setkey.bat
|
|
|
17 |
6. Browse to localhost http://localhost:8081/
|
18 |
"""
|
19 |
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
markdown=f"""
|
4 |
+
Start Here: https://autogen-studio.com/autogen-studio-ui
|
|
|
5 |
|
6 |
# Installation and Running Autogen:
|
7 |
|
8 |
+
1. create a directory: mkdir autogen
|
9 |
+
|
10 |
+
2. Go there and create a startup script. C:\\\\Users\\\\aaron\\\\autogen>notepad setkey.bat
|
11 |
+
|
12 |
3. Add three lines for the key(s) and launch:
|
13 |
+
|
14 |
+
- set OPENAI_API_ORG=[your org key] https://platform.openai.com/settings/organization/general
|
15 |
+
|
16 |
+
- set OPENAI_API_KEY=[your openai key] https://platform.openai.com/api-keys
|
17 |
+
|
18 |
- autogenstudio ui
|
19 |
+
|
20 |
4. pip install autogenstudio
|
21 |
+
|
22 |
5. run your startup script setkey.bat
|
23 |
+
|
24 |
6. Browse to localhost http://localhost:8081/
|
25 |
"""
|
26 |
|