Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ import datasets as ds
|
|
25 |
title = """<h1 align="center">💬ChatGPT ChatBack🧠💾</h1>"""
|
26 |
#description = """Chatbot With persistent memory dataset allowing multiagent system AI to access a shared dataset as memory pool with stored interactions. """
|
27 |
UseMemory=True
|
28 |
-
HF_TOKEN=os.environ.get("HF_TOKEN")
|
29 |
|
30 |
#ChatGPT info
|
31 |
API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
|
|
|
25 |
title = """<h1 align="center">💬ChatGPT ChatBack🧠💾</h1>"""
|
26 |
#description = """Chatbot With persistent memory dataset allowing multiagent system AI to access a shared dataset as memory pool with stored interactions. """
|
27 |
UseMemory=True
|
|
|
28 |
|
29 |
#ChatGPT info
|
30 |
API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
|