Skip to content

Commit

Permalink
2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Dec 14, 2023
1 parent 1772cea commit 3aff7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function getHeaderAuthorization(){
}
}

export const getSystemMessage = ()=>{
export const getSystemMessage = ()=>{
//KnowledgeCutOffDate
if( gptConfigStore.myData.systemMessage) return gptConfigStore.myData.systemMessage
let model= gptConfigStore.myData.model?gptConfigStore.myData.model: "gpt-3.5-turbo";
Expand Down

0 comments on commit 3aff7ce

Please sign in to comment.