Spaces:
Running
Running
seawolf2357
commited on
Update app.py
Browse files
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 = {
|