mirror of
https://github.com/assafelovic/gpt-researcher.git
synced 2024-04-09 14:09:35 +03:00
fixed missing tavily key in docker
This commit is contained in:
@@ -5,5 +5,6 @@ services:
|
||||
build: ./
|
||||
environment:
|
||||
OPENAI_API_KEY: ${OPENAI_API_KEY}
|
||||
TAVILY_API_KEY: ${TAVILY_API_KEY}
|
||||
ports:
|
||||
- 8000:8000
|
||||
Reference in New Issue
Block a user