Skip to content

Commit

Permalink
python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
melihunsal committed Aug 13, 2023
1 parent 1e70dfd commit bb9d471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,15 @@ print(code)
Example Output (truncated):
```bash
# phases
{'stage': 'draft', 'completed': False, 'percentage': 60, ...}
{'stage': 'draft', 'completed': False, 'percentage': 64, 'code': '#Get the source language ...'}
...
{'stage': 'final', 'completed': True, 'percentage': 100, ... , 'code': 'import streamlit as st\n...'}
```
```python
# Code
import streamlit as st
from langchain import LLMChain
from langchain.chat_models import ChatOpenAI
Expand Down

0 comments on commit bb9d471

Please sign in to comment.