hello there
Browse files
App/Generate/utils/HuggingChat.py
CHANGED
|
@@ -5,7 +5,7 @@ import re
|
|
| 5 |
|
| 6 |
class Hugging:
|
| 7 |
def __init__(self):
|
| 8 |
-
self.url = "
|
| 9 |
self.headers = {
|
| 10 |
"Authorization": "Bearer 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",
|
| 11 |
"accept": "application/json",
|
|
|
|
| 5 |
|
| 6 |
class Hugging:
|
| 7 |
def __init__(self):
|
| 8 |
+
self.url = "https://p01--hugging--legal-stuff--a96n-7tyr.code.run/generate"
|
| 9 |
self.headers = {
|
| 10 |
"Authorization": "Bearer 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",
|
| 11 |
"accept": "application/json",
|