mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Make adjectives more positive for api token generation
This commit is contained in:
parent
3934633947
commit
45a42faec8
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue