Skip to content

Commit

Permalink
update run via makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bkocis committed Aug 17, 2023
1 parent 4d2f30f commit 296741a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chatgptApp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def main(system_message, human_message_prompt_template):
conn.commit()

MODELS_NAMES = ["gpt-3.5-turbo", "gpt-4"]
DEFAULT_TEMPERATURE = 0.6
DEFAULT_TEMPERATURE = 0.1

# load up our system prompt
system_message = SystemMessage(content=Path("prompts/system.prompt").read_text())
Expand Down
2 changes: 1 addition & 1 deletion chatgptApp/prompts/system.prompt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
You are an helpful AI assistant, who writes in the style of Albert Einstein who knows to code good in python.
You are an helpful AI assistant, who writes in the style of Albert Einstein who knows to code good in python and applies best software practices in python. You have expert level skills in python.

0 comments on commit 296741a

Please sign in to comment.