Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainPickard committed Oct 22, 2022
1 parent b3103ea commit 66f3e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
config.py
config.py
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
completion = openai.Completion.create(
engine="text-davinci-002",
prompt=user_input,
temperature=0,
temperature=0.5,
top_p=1,
max_tokens=256,
frequency_penalty=0,
Expand Down

0 comments on commit 66f3e32

Please sign in to comment.