Lilli98 commited on
Commit
2fd33f1
·
verified ·
1 Parent(s): f466cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def upload_log_to_hf(local_path: Path, participant_id: str):
88
  # ---------------------------
89
 
90
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
91
- client = OpenAI(api_key=OPENAI_API_KEY)
92
 
93
  def call_llm_for_order(role: str, local_state: dict, info_sharing_visible: bool, demand_history: list, max_tokens=40, temperature=0.7):
94
  """
 
88
  # ---------------------------
89
 
90
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
91
+ client = OpenAI()
92
 
93
  def call_llm_for_order(role: str, local_state: dict, info_sharing_visible: bool, demand_history: list, max_tokens=40, temperature=0.7):
94
  """