Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dainius Kirsnauskas committed May 28, 2024
1 parent 0adaccd commit d911724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/back-end/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def process():
if not request_data:
return ''

openai.api_key = ""
openai.api_key = "sk-proj-FCpUZQtdF7z9gBjMfbgVT3BlbkFJUSgsIUYLbmGrfcZ3SJ4k"


response = openai.chat.completions.create(
Expand Down

0 comments on commit d911724

Please sign in to comment.