Mbonea commited on
Commit
d929100
1 Parent(s): 949ebef

wrong endpoint

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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",