Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ DEFAULT_SYSTEM_PROMPT = "You are a helpful AI assistant built by MediaTek Resear
|
|
| 35 |
|
| 36 |
API_URL = os.environ.get("API_URL")
|
| 37 |
TOKEN = os.environ.get("TOKEN")
|
| 38 |
-
TOKENIZER_REPO = "MediaTek-Research/
|
| 39 |
API_MODEL_TYPE = "breexe-8x7b-instruct-v01"
|
| 40 |
|
| 41 |
HEADERS = {
|
|
|
|
| 35 |
|
| 36 |
API_URL = os.environ.get("API_URL")
|
| 37 |
TOKEN = os.environ.get("TOKEN")
|
| 38 |
+
TOKENIZER_REPO = "MediaTek-Research/Breeze-7B-Instruct-v1_0" # tokenization methods are same as BreeXe
|
| 39 |
API_MODEL_TYPE = "breexe-8x7b-instruct-v01"
|
| 40 |
|
| 41 |
HEADERS = {
|