Skip to content

Commit

Permalink
Update export.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasalmeida authored Sep 20, 2024
1 parent 2272e54 commit 4fe40cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions export.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ async function check4key(k){
}

//async function completions(content='Say this is a test!',model='gpt-3.5-turbo',role='user',temperature=0.7){
async function completions(content='Say this is a test!',model='gpt-3.5-turbo-16k-0613',role='user',temperature=0.7,functionsImport){
async function completions(content='Say this is a test!',model='gpt-4o',role='user',temperature=0.7,functionsImport){
if(!model){
model='gpt-3.5-turbo-16k-0613'
model='gpt-4o'
}
if(!role){
role='user'
Expand Down Expand Up @@ -382,4 +382,4 @@ export{
models,
chatUI,
msgs
}
}

0 comments on commit 4fe40cd

Please sign in to comment.