Skip to content

Commit bb9d471

Browse files
author
melihunsal
committed
python interface
1 parent 1e70dfd commit bb9d471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,15 @@ print(code)
181181
Example Output (truncated):
182182
183183
```bash
184+
# phases
184185
{'stage': 'draft', 'completed': False, 'percentage': 60, ...}
185186
{'stage': 'draft', 'completed': False, 'percentage': 64, 'code': '#Get the source language ...'}
186187
...
187188
{'stage': 'final', 'completed': True, 'percentage': 100, ... , 'code': 'import streamlit as st\n...'}
188189
```
189190
190191
```python
192+
# Code
191193
import streamlit as st
192194
from langchain import LLMChain
193195
from langchain.chat_models import ChatOpenAI

0 commit comments

Comments
 (0)