File size: 1,199 Bytes
e968f96
 
338773f
a84e18a
e968f96
338773f
e968f96
a84e18a
 
 
 
e968f96
a84e18a
 
 
 
 
e968f96
a84e18a
e968f96
a84e18a
e968f96
a84e18a
e968f96
64dd87a
b5250c3
 
1d7954e
64dd87a
b5250c3
 
1d7954e
b5250c3
1d7954e
b5250c3
1d7954e
b5250c3
 
9ef3c92
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
import streamlit as st

markdown=f"""
Start Here: https://autogen-studio.com/autogen-studio-ui

# Installation and Running Autogen:

1. create a directory: mkdir autogen

2. Go there and create a startup script. C:\\\\Users\\\\aaron\\\\autogen>notepad setkey.bat

3. Add three lines for the key(s) and launch:

- set OPENAI_API_ORG=[your org key] https://platform.openai.com/settings/organization/general

- set OPENAI_API_KEY=[your openai key] https://platform.openai.com/api-keys

- autogenstudio ui

4. pip install autogenstudio

5. run your startup script setkey.bat

6. Browse to localhost http://localhost:8081/

# Sample Output:

![Alt Text](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/ksQAeTwpgct1tuQqTV8UX.png)

# Note that the code generated is shown for the solution.

![Alt Text](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/srAKw40D8OsHHdZr59QCG.png)

![Alt Text](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/JcU-sUOgg_qDo5Ih51Ra4.png)

![Alt Text](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/G6hKlMIpj6UHtcx4UV8XI.png)


"""

st.markdown(markdown)