Ticket form: new stack + description step
This commit is contained in:
@@ -213,7 +213,7 @@ class OCRService:
|
||||
"https://openrouter.ai/api/v1/chat/completions",
|
||||
headers={
|
||||
"Authorization": f"Bearer {self.ai_api_key}",
|
||||
"HTTP-Referer": "http://147.45.146.17:8100",
|
||||
"HTTP-Referer": settings.backend_url,
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
json={
|
||||
|
||||
Reference in New Issue
Block a user