Skip to content

Commit

Permalink
fix: OpenAi
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTeida committed Jan 28, 2024
1 parent d039b4e commit 3d5cb88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/OpenAi.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ let openAiParams = {

export function setOpenAiParams(newParams) {
openAiParams = {...openAiParams, ...newParams};
console.log(openAiParams)
}

export async function sendMessage(message) {
Expand Down

0 comments on commit 3d5cb88

Please sign in to comment.