Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Feb 11, 2024
1 parent 6574d28 commit cfdae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dokumetry/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ def stream_generator():
prompt = kwargs.get('prompt', "No prompt provided")

data = {
"llmReqId": response.id,
"environment": environment,
"applicationName": application_name,
"llmReqId": response.id,
"sourceLanguage": "python",
"endpoint": "openai.completions",
"skipResp": skip_resp,
Expand Down

0 comments on commit cfdae5c

Please sign in to comment.