KevinSmith94624 commited on
Commit
219f78d
Β·
verified Β·
1 Parent(s): 9149374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def chat_with_llama(user_input, chat_history):
38
 
39
  return assistant_reply, chat_history
40
 
41
- api_key='ac2619935e6a25d4bae2890260822fa0379ec7d8726114ff9744a38127bf8525'
42
  client = Together(api_key=api_key)
43
 
44
  def chat_api(user_input, chat_history):
 
38
 
39
  return assistant_reply, chat_history
40
 
41
+ api_key='YOUR API KEY HERE'
42
  client = Together(api_key=api_key)
43
 
44
  def chat_api(user_input, chat_history):