Skip to content

Commit

Permalink
dubugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzyy committed Oct 26, 2024
1 parent 1256da1 commit 59db603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/AI.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class UserInput(BaseModel):
@ai_router.post("/api/generate")
async def generate_pipeline(user_input: UserInput):
try:
print("inside generate_function")
model = genai.GenerativeModel('gemini-1.5-flash')

# Generate the content based on the user input
Expand Down

0 comments on commit 59db603

Please sign in to comment.