Michaeldavidstein commited on
Commit
bb997d8
·
verified ·
1 Parent(s): 7b226f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -45,7 +45,6 @@ collection = build_database()
45
  anyscale_api_key = os.environ.get('anyscale_api_key')
46
 
47
  # Instantiate the Anyscale client
48
- anyscale_api_key = userdata.get('anyscale_api_key')
49
  client = Anyscale(api_key=anyscale_api_key, model="meta-llama/Llama-2-70b-chat-hf")
50
 
51
  # Function to get relevant chunks
 
45
  anyscale_api_key = os.environ.get('anyscale_api_key')
46
 
47
  # Instantiate the Anyscale client
 
48
  client = Anyscale(api_key=anyscale_api_key, model="meta-llama/Llama-2-70b-chat-hf")
49
 
50
  # Function to get relevant chunks