wrong endpoint
Browse files- .gitignore +1 -0
- App/Generate/utils/HuggingChat.py +1 -1
.gitignore
CHANGED
@@ -4,3 +4,4 @@
|
|
4 |
.env
|
5 |
modal_test.py
|
6 |
tmp/
|
|
|
|
4 |
.env
|
5 |
modal_test.py
|
6 |
tmp/
|
7 |
+
*.wav
|
App/Generate/utils/HuggingChat.py
CHANGED
@@ -5,7 +5,7 @@ import re
|
|
5 |
|
6 |
class Hugging:
|
7 |
def __init__(self):
|
8 |
-
self.url = "https://p01--hugging--legal-stuff--a96n-7tyr.code.run/"
|
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",
|