ai-plays-jackbox 0.2.2__py3-none-any.whl → 0.3.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ai-plays-jackbox might be problematic. Click here for more details.

@@ -12,6 +12,7 @@ When generating your response, follow these rules:
12
12
  - Your personality is: {personality}
13
13
  - You response must be 45 letters or less.
14
14
  - Do not include quotes in your response.
15
+ - Only fill in the blank; do not repeat the other parts of the prompt.
15
16
 
16
17
  Fill in the blank:
17
18
 
@@ -1,5 +1,6 @@
1
1
  import argparse
2
2
 
3
+ from ai_plays_jackbox.bot.bot_personality import JackBoxBotVariant
3
4
  from ai_plays_jackbox.constants import (
4
5
  DEFAULT_NUM_OF_BOTS,
5
6
  DEFAULT_TEMPERATURE,
@@ -75,6 +76,14 @@ def main():
75
76
  type=_validate_num_of_bots,
76
77
  metavar=str(DEFAULT_NUM_OF_BOTS),
77
78
  )
79
+ parser.add_argument(
80
+ "--bots-in-play",
81
+ required=False,
82
+ nargs="*",
83
+ help="Which bots are in play?",
84
+ choices=[variant.name for variant in JackBoxBotVariant],
85
+ type=str,
86
+ )
78
87
  parser.add_argument(
79
88
  "--temperature",
80
89
  required=False,
@@ -98,6 +107,7 @@ def main():
98
107
  args.chat_model_provider,
99
108
  chat_model_name=args.chat_model_name,
100
109
  num_of_bots=args.num_of_bots,
110
+ bots_in_play=args.bots_in_play,
101
111
  chat_model_temperature=args.temperature,
102
112
  chat_model_top_p=args.top_p,
103
113
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ai-plays-jackbox
3
- Version: 0.2.2
3
+ Version: 0.3.1
4
4
  Summary: Bringing the dead internet theory to life. Have AI play JackBox with you; no friends required!
5
5
  License: MIT
6
6
  Author: Daniel S. Thompson
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
36
36
 
37
37
  Bringing the dead internet theory to life. Have AI play JackBox with you; no friends required!
38
38
 
39
- ![example](https://github.com/SudoSpartanDan/AIPlaysJackBox/blob/main/.github/emoji_bot_example.png?raw=true)
39
+ ![example](https://github.com/SudoSpartanDan/ai-plays-jackbox/blob/main/.github/emoji_bot_example.png?raw=true)
40
40
 
41
41
  ## Installation
42
42
 
@@ -6,7 +6,7 @@ ai_plays_jackbox/bot/bot_personality.py,sha256=x7oVyyH83Ofd8C7ZHczEVgY_6NSpSafix
6
6
  ai_plays_jackbox/bot/jackbox5/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  ai_plays_jackbox/bot/jackbox5/bot_base.py,sha256=ys4cdp2A7W-VZ6GkuLHdKthZ3x0E34dBfT76S7Pvumw,830
8
8
  ai_plays_jackbox/bot/jackbox5/mad_verse_city.py,sha256=R41w-hdz8hsdIC-tYyntDtfxbHQCYsSpmXNektP-xUg,4354
9
- ai_plays_jackbox/bot/jackbox5/patently_stupid.py,sha256=F-W7At-mfQ8MICRpr3DWyNEXixP5YXYLzm9Jfjf476E,6432
9
+ ai_plays_jackbox/bot/jackbox5/patently_stupid.py,sha256=qqEdErXfB7C2WgpEa9kPEgu9QvkfP23W4LF_xvUQc2k,6503
10
10
  ai_plays_jackbox/bot/jackbox6/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  ai_plays_jackbox/bot/jackbox6/bot_base.py,sha256=4Cxx7PyKlUKXbZMfRY0UuesHjr7W7bvuvljxgbyd5TE,534
12
12
  ai_plays_jackbox/bot/jackbox6/dictionarium.py,sha256=sMrdKJPvKvZhgs0ZOLxmO0BQe6rqw1kyU1WKXT-ncf8,3622
@@ -20,7 +20,7 @@ ai_plays_jackbox/bot/jackbox8/job_job.py,sha256=0ckZDPw5REF25UPCoyQ7-zroafxnhifE
20
20
  ai_plays_jackbox/bot/standalone/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  ai_plays_jackbox/bot/standalone/drawful2.py,sha256=K7JyHYBMQ9syfd3QfKBRT9YmNo5s5yS1PIjj0Mt8lAE,5941
22
22
  ai_plays_jackbox/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- ai_plays_jackbox/cli/main.py,sha256=0k38liEi19gwvxXst9p_ThwwBMctNjIYZ8I2oRwou34,3071
23
+ ai_plays_jackbox/cli/main.py,sha256=nkABLPFUAUGFZUWiyxE55YyF179cw4Ndj1FGtUL8EAw,3401
24
24
  ai_plays_jackbox/constants.py,sha256=5ejveTgb9_QJOqYW8Lc9mqrUIFo6LjE-GJYJEGHpSM0,108
25
25
  ai_plays_jackbox/llm/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
26
26
  ai_plays_jackbox/llm/chat_model.py,sha256=VirseP5NgCVg42-NGO5qj_v4bXPqMl1c98aUX8pRHOY,984
@@ -35,8 +35,8 @@ ai_plays_jackbox/scripts/lint.py,sha256=xCQ9vYZv0iiRvaFgdoWr9Gpe2Tz9rX9fn1ltZFm3
35
35
  ai_plays_jackbox/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
36
  ai_plays_jackbox/ui/main.py,sha256=-J7DGanJrMkPUP0OdVPVP_IIr5dZ6G2D1IehV365bGo,242
37
37
  ai_plays_jackbox/ui/startup.py,sha256=s_Hfp90NZ73egs_ePfWk0rEUYoctFXPU5jqsKbtXY8I,9057
38
- ai_plays_jackbox-0.2.2.dist-info/LICENSE,sha256=Dxj3CeEsn2Olpkn5QJxGmQemd3zGnM2aA-7Hme4uIE4,1095
39
- ai_plays_jackbox-0.2.2.dist-info/METADATA,sha256=DOgi4733M3qRZVjGg_lvZIx3YVVBh9ok1XU75DxjTRQ,7605
40
- ai_plays_jackbox-0.2.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
41
- ai_plays_jackbox-0.2.2.dist-info/entry_points.txt,sha256=FtRnZSjr8xKAC206XNhh-M7vJlcF7Hb_tBg4qZFzQvY,117
42
- ai_plays_jackbox-0.2.2.dist-info/RECORD,,
38
+ ai_plays_jackbox-0.3.1.dist-info/LICENSE,sha256=Dxj3CeEsn2Olpkn5QJxGmQemd3zGnM2aA-7Hme4uIE4,1095
39
+ ai_plays_jackbox-0.3.1.dist-info/METADATA,sha256=s230xGVUFKc9_b4yLCyyEPetlhIPJCNIRfzhFZVwy84,7607
40
+ ai_plays_jackbox-0.3.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
41
+ ai_plays_jackbox-0.3.1.dist-info/entry_points.txt,sha256=FtRnZSjr8xKAC206XNhh-M7vJlcF7Hb_tBg4qZFzQvY,117
42
+ ai_plays_jackbox-0.3.1.dist-info/RECORD,,