abdullahalioo commited on
Commit
50a16cd
·
verified ·
1 Parent(s): 20d0b59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ app = FastAPI()
8
 
9
  # Initialize OpenAI client once when the app starts
10
  client = AsyncOpenAI(
11
- api_key=os.getenv("OPENAI_API_KEY") # Get API key from environment variable
12
  )
13
 
14
  async def generate_ai_response(prompt: str):
 
8
 
9
  # Initialize OpenAI client once when the app starts
10
  client = AsyncOpenAI(
11
+ api_key=os.getenv("GITHUB_TOKEN") # Get API key from environment variable
12
  )
13
 
14
  async def generate_ai_response(prompt: str):