abdullahalioo commited on
Commit
3314587
·
verified ·
1 Parent(s): 85ce218

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from openai import AsyncOpenAI
5
 
6
  app = FastAPI()
7
 
8
- async def generate_ai_response(prompt: str, model: str = "openai/gpt-4.1-mini"):
9
  # Configuration for unofficial GitHub AI endpoint
10
  token = os.getenv("GITHUB_TOKEN")
11
  if not token:
 
5
 
6
  app = FastAPI()
7
 
8
+ async def generate_ai_response(prompt: str, model: str):
9
  # Configuration for unofficial GitHub AI endpoint
10
  token = os.getenv("GITHUB_TOKEN")
11
  if not token: