We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c1a8e commit 44e1dfaCopy full SHA for 44e1dfa
src/index.js
@@ -52,6 +52,7 @@ const componentsReference = {
52
53
};
54
55
+
56
const apiUrl = 'https://api.openai.com/v1/chat/completions';
57
const max_tokens = 1024;
58
const temperature = 0.6;
0 commit comments