Skip to content

Commit

Permalink
Merge pull request #129 from MyLife-Services/azure-deploy-prod
Browse files Browse the repository at this point in the history
20240108 @Mookse
  • Loading branch information
Mookse authored Jan 8, 2024
2 parents 85b4b27 + f173424 commit 4c7183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/js/factory-class-extenders/class-extenders.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ function extendClass_message(_originClass,_references) {
this.content = `user posted content length greater than context window: find request in related file, file_id: ${_file.id}` // default content points to file
}*/
this.#message = await mGetMessage(
this.#openai,
_thread,
this.content,
this?.message?.id,
this.#openai
)
return this
}
Expand Down

0 comments on commit 4c7183a

Please sign in to comment.