Skip to content

Commit d5b84b9

Browse files
committed
fix: test openai problem.
1 parent 8972373 commit d5b84b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/module/parser/analyser/openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def _prepare_params(self, text: str, prompt: str) -> dict[str, Any]:
136136
dict(role="system", content=prompt),
137137
dict(role="user", content=text),
138138
],
139+
139140
# set temperature to 0 to make results be more stable and reproducible.
140141
temperature=0,
141142
)

0 commit comments

Comments
 (0)