Skip to content

Commit

Permalink
llm-app(slides_ai_search): remove pw_set_license_key (#7725)
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Dudycz <[email protected]>
GitOrigin-RevId: 3b458c5b7e7b1cd75696babe00f5ab610834b2a4
  • Loading branch information
2 people authored and Manul from Pathway committed Nov 22, 2024
1 parent 1efa147 commit 01aef4e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/pipelines/slides_ai_search/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Copyright © 2024 Pathway

# Copied and adapted from examples/pipelines/slides_ai_search/app.py
# To use advanced features with Pathway Scale, get your free license key from
# https://pathway.com/features and paste it in the `.env` file (check `.env.example`).

from pathlib import Path
from typing import Any
Expand All @@ -13,11 +15,6 @@
from pathway_slides_ai_search import CustomDeckRetriever, add_slide_id, get_model
from pydantic import BaseModel, ConfigDict, FilePath, InstanceOf

# To use advanced features with Pathway Scale, get your free license key from
# https://pathway.com/features and paste it below.
# To use Pathway Community, comment out the line below.
pw.set_license_key("demo-license-key-with-telemetry")


class App(BaseModel):
host: str = "0.0.0.0"
Expand Down

0 comments on commit 01aef4e

Please sign in to comment.