Skip to content

Commit

Permalink
fixed missing tavily key in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Nov 17, 2023
1 parent 31737ac commit f3654df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ services:
build: ./
environment:
OPENAI_API_KEY: ${OPENAI_API_KEY}
TAVILY_API_KEY: ${TAVILY_API_KEY}
ports:
- 8000:8000

0 comments on commit f3654df

Please sign in to comment.