seawolf2357 commited on
Commit
a1e4ce1
·
verified ·
1 Parent(s): 8651ac0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import os
4
  import json
5
 
6
- ACCESS_TOKEN = os.getenv("HF_TOKEN")
7
 
8
  def respond(message, history, max_tokens=512, temperature=0.7, top_p=0.95):
9
  data = {
 
3
  import os
4
  import json
5
 
6
+ # ACCESS_TOKEN = os.getenv("HF_TOKEN")
7
 
8
  def respond(message, history, max_tokens=512, temperature=0.7, top_p=0.95):
9
  data = {