Spaces:
Sleeping
Sleeping
Michael Natanael
commited on
Commit
·
19fb7f1
1
Parent(s):
687e763
change groq api_key
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ print(show_schema_info())
|
|
134 |
download_checkpoint_if_needed(CHECKPOINT_URL, CHECKPOINT_PATH)
|
135 |
|
136 |
# Load groq
|
137 |
-
client = Groq(api_key="
|
138 |
|
139 |
# Load tokenizer
|
140 |
tokenizer = BertTokenizer.from_pretrained("indolem/indobert-base-uncased")
|
|
|
134 |
download_checkpoint_if_needed(CHECKPOINT_URL, CHECKPOINT_PATH)
|
135 |
|
136 |
# Load groq
|
137 |
+
client = Groq(api_key="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")
|
138 |
|
139 |
# Load tokenizer
|
140 |
tokenizer = BertTokenizer.from_pretrained("indolem/indobert-base-uncased")
|