make image gen size configurable
Build and Push Container / build-and-push (push) Successful in 1m29s
Build and Push Container / build-and-push (push) Successful in 1m29s
This commit is contained in:
@@ -25,6 +25,7 @@ from vibe_bot.config import (
|
||||
IMAGE_GEN_ENDPOINT,
|
||||
IMAGE_GEN_ENDPOINT_KEY,
|
||||
IMAGE_GEN_MODEL,
|
||||
IMAGE_GEN_SIZE,
|
||||
MAX_COMPLETION_TOKENS,
|
||||
TTS_MODEL_PATH,
|
||||
TTS_SPEED,
|
||||
@@ -746,6 +747,7 @@ async def doodlebob(ctx: CommandsContext[Bot], *, message: str) -> None:
|
||||
openai_url=IMAGE_GEN_ENDPOINT,
|
||||
openai_api_key=IMAGE_GEN_ENDPOINT_KEY,
|
||||
model=IMAGE_GEN_MODEL,
|
||||
size=IMAGE_GEN_SIZE,
|
||||
)
|
||||
|
||||
if not image_b64:
|
||||
|
||||
Reference in New Issue
Block a user