Skip to content

Commit

Permalink
fix: correct model name
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Oct 9, 2023
1 parent 90753df commit f2b297c
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-4';
requestObject.model = 'gpt-4';
requestObject.stream = true;
requestObject.messages = [];
const messageElements = messagesElement.querySelectorAll(".message");
Expand Down

0 comments on commit f2b297c

Please sign in to comment.