Skip to content

Commit

Permalink
fix10232
Browse files Browse the repository at this point in the history
  • Loading branch information
Dainius committed May 29, 2024
1 parent c2ac1c9 commit 972cf1e
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 @@ -48,7 +48,7 @@ def process():
with open("key") as f:
openai.api_key = f.readline().strip()

discussions = [{"role": "system", "content": "I guessed number 5"}]
discussions = [{"role": "system", "content": prime_prompt_text}]
discussions.append({"role": "user", "content": request_data})

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

0 comments on commit 972cf1e

Please sign in to comment.