Moved to defaults for most options

This commit is contained in:
Will Poynter 2024-10-01 11:53:01 +01:00
parent 6386276c5a
commit 9bacb71539
No known key found for this signature in database
GPG key ID: AB3BE72A7CA5B1A9
3 changed files with 1 additions and 9 deletions

4
dist/index.js vendored
View file

@ -204,11 +204,7 @@ ${chunk.changes
return __awaiter(this, void 0, void 0, function* () {
const queryConfig = {
model: OPENAI_API_MODEL,
temperature: 0.1,
max_completion_tokens: 700,
top_p: 1,
frequency_penalty: 0,
presence_penalty: 0,
};
try {
const response = yield openai.chat.completions.create(

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long