Skip to content

Commit

Permalink
feat: use GPT-4
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Oct 9, 2023
1 parent c6cfde8 commit b36ae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function handleKeydownUserPost(event){
document.querySelector('.limitations')?.remove();

const requestObject = {};
requestObject.model = 'gpt-3.5-turbo-0301';
requestObject.model = 'GPT-4';
requestObject.stream = true;
requestObject.messages = [];
const messageElements = messagesElement.querySelectorAll(".message");
Expand Down

0 comments on commit b36ae8b

Please sign in to comment.