Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zibiax committed May 3, 2024
1 parent 132750c commit 4c01aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_draftgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def draft_gpt(user_input, openai_api_key=os.environ["OPENAI_API_KEY"], gpt_model
else:
print("Failed to fetch file:", response.status_code)
else:
with open("incident_description/incident_description.txt", "r") as file:
with open("incident_descriptions/incident_description.txt", "r") as file:
incident_desc = file.read().replace("\n","")


Expand Down

0 comments on commit 4c01aca

Please sign in to comment.