Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
socketteer committed Feb 23, 2022
1 parent 7fe9577 commit 4979101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Reset zoom: `Control-0`
1. Install requirements

```pip install -r requirements.txt```
2. Set environmental variables for `OPENAI_API_KEY` or `AI21_API_KEY`
2. Set environmental variables for `OPENAI_API_KEY`, `GOOSEAI_API_KEY`, `AI21_API_KEY`

```export OPENAI_API_KEY={your api key}```
3. Run main.py
Expand Down
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def wrapper(self, *args, **kwargs):
'nav_tag': 'bookmark',

# Story frame
'editable': False,
'editable': True,
'history_conflict': 'overwrite', # 'branch', 'ask', 'forbid'
'coloring': 'edit', # 'read', 'none'
'bold_prompt': True,
Expand Down

0 comments on commit 4979101

Please sign in to comment.