Skip to content

Commit

Permalink
ci(actions): improve llm examples test (#7767)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8f30c4433a362ab85335aa1dbf9995f891f29fe1
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Nov 28, 2024
1 parent f9c5d1d commit 5582ee9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ services:
ports:
- "8080:8080"
environment:
OPENAI_API_KEY:
OPENAI_API_KEY: "${OPENAI_API_KEY}"
PATHWAY_REST_CONNECTOR_HOST:
PATHWAY_REST_CONNECTOR_PORT:
PATHWAY_PERSISTENT_STORAGE:
POSTGRESQL_HOST: "172.17.0.1"
POSTGRESQL_HOST: "postgres"
volumes:
- "./data:/app/data"
streamlit_ui:
Expand Down

0 comments on commit 5582ee9

Please sign in to comment.