🌀️ Conversations with AI — 418
Next,
@git clone openai-commands install
@init
@help @openai complete; @hr; @openai complete help
Study of numbers, shapes, quantity, and patterns.
@openai test what=test_openai_commands_complete
bash test for @openai complete
✅
@openai test what=test_openai_commands_help
mermaid ✅
@openai complete \
"Describe Mathematics in seven words."
DALL-E render \
url \
https://allpoetry.com/16-bit-Intel-8088-chip \
output.png
DALL-E ➡️ 🪦
openai.NotFoundError: Error code: 404 — {‘error’: {‘message’: ‘The model `gpt-4-vision-preview` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations', ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘model_not_found’}} 😀
https://platform.openai.com/docs/deprecations
use gpt-4o
✅
🛠️ 🤖 success: I’m unable to view images directly. However, if you describe the images to me, I can certainly help identify or list some of the items or aspects you might see in them.
▶️ https://github.com/kamangir/openai-commands/issues/13
@env backup
refactor ⏫ signature ✅
@openai images help; @hr; @help @openai generate_image
mermaid += generate_image ✅
@help @openai generate_image
python3 -m openai_commands.image_generation \
generate_image \
--filename 2025-02-01-13-18-07-xvyoev.png \
--prompt "A scene from World War AI in wisdescreen format." \
--object_name openai-image-2025-02-01-ljs15k \
--verbose 1
@openai generate_image - \
"A scene from World War AI in wisdescreen format." - \
--verbose 1
move completion to top of README table ✅ then vision ✅
@litrev multiple help; @hr; @help @litrev multiple
update mermaid ✅
@openai vision \
"list some of the things that you see in these images." \
- Davie,Bute,.jpg \
$(@mlflow tags search area=vancouver,ingest,published \
--log 0 \
--count 1 \
--offset 0) \
--max_count 10 \
--verbose 1
turn into a bash test ✅
@openai vision help; @hr; @help @openai vision
complete @openai help
✅ bash tests ✅
@openai pytest
@openai test
continues.