Skip to content

Commit

Permalink
Reverting text_completion in BabyElfAGI to gpt3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheinakajima authored Jul 11, 2023
1 parent 0044154 commit d10b08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classic/BabyElfAGI/skills/text_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def execute(self, params, dependent_task_outputs, objective):
{"role": "user", "content": task_prompt}
]
response = openai.ChatCompletion.create(
model="gpt-3.5",
model="gpt-3.5-turbo",
messages=messages,
temperature=0.4,
max_tokens=2000,
Expand Down

0 comments on commit d10b08c

Please sign in to comment.