Mbonea commited on
Commit
d5614a9
1 Parent(s): aa314ad

hello there

Browse files
Files changed (1) hide show
  1. App/Generate/utils/HuggingChat.py +1 -1
App/Generate/utils/HuggingChat.py CHANGED
@@ -5,7 +5,7 @@ import re
5
 
6
  class Hugging:
7
  def __init__(self):
8
- self.url = "http://127.0.0.1:8001/generate"
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",