mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Make adjectives more positive for api token generation
This commit is contained in:
@@ -286,15 +286,15 @@ def generate_random_name():
|
|||||||
# List of adjectives and nouns to choose from
|
# List of adjectives and nouns to choose from
|
||||||
adjectives = [
|
adjectives = [
|
||||||
"happy",
|
"happy",
|
||||||
"irritated",
|
"serendipitous",
|
||||||
"annoyed",
|
"exuberant",
|
||||||
"calm",
|
"calm",
|
||||||
"brave",
|
"brave",
|
||||||
"scared",
|
"scared",
|
||||||
"energetic",
|
"energetic",
|
||||||
"chivalrous",
|
"chivalrous",
|
||||||
"kind",
|
"kind",
|
||||||
"grumpy",
|
"suave",
|
||||||
]
|
]
|
||||||
nouns = ["dog", "cat", "falcon", "whale", "turtle", "rabbit", "hamster", "snake", "spider", "elephant"]
|
nouns = ["dog", "cat", "falcon", "whale", "turtle", "rabbit", "hamster", "snake", "spider", "elephant"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user