AICopyCC commited on
Commit
181852a
·
verified ·
1 Parent(s): 18b9a81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import streamlit as st
3
  import os
4
  from tenacity import retry, stop_after_attempt, wait_fixed
5
 
6
- # Set the Claude API key
7
- openai.api_key = os.environ["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"]
8
 
9
  initial_messages = [{
10
  "role": "system",
 
3
  import os
4
  from tenacity import retry, stop_after_attempt, wait_fixed
5
 
6
+ # Set the Openai API key
7
+ openai.api_key = os.environ["sk-proj-mYBWdyEM905PyAHyF8UYT3BlbkFJamxN1I5DDEVBOeNJeQuA"]
8
 
9
  initial_messages = [{
10
  "role": "system",