We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d039b4e commit 3d5cb88Copy full SHA for 3d5cb88
src/lib/OpenAi.jsx
@@ -15,7 +15,6 @@ let openAiParams = {
15
16
export function setOpenAiParams(newParams) {
17
openAiParams = {...openAiParams, ...newParams};
18
- console.log(openAiParams)
19
}
20
21
export async function sendMessage(message) {
0 commit comments