mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
First commit
This commit is contained in:
10
constants.py
Normal file
10
constants.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import os
|
||||
|
||||
JINA_URL = 'https://api.jina.ai/v1/embeddings'
|
||||
JINA_HEADERS = {
|
||||
'Content-Type': 'application/json',
|
||||
}
|
||||
RICKROLL_LINK = "https://www.youtube.com/watch?v=xvFZjo5PgG0"
|
||||
UPLOAD_DIR = "uploads"
|
||||
|
||||
UPLOAD_DIR = os.path.join(os.getcwd(), UPLOAD_DIR)
|
||||
Reference in New Issue
Block a user