Yuvalamitay commited on
Commit
5f540d6
·
verified ·
1 Parent(s): 546fcd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def get_top_chunks(query, chunk_embeddings, text_chunks):
40
  def get_tmdb_recommendation(query):
41
  url = "https://api.themoviedb.org/3/search/multi"
42
  headers = {
43
- "Authorization": f"Bearer {TMDB_TOKEN}"
44
  }
45
  params = {
46
  "query": query,
 
40
  def get_tmdb_recommendation(query):
41
  url = "https://api.themoviedb.org/3/search/multi"
42
  headers = {
43
+ "Authorization": f"Bearer {TMDB_BEARER_TOKEN}"
44
  }
45
  params = {
46
  "query": query,