2.4.2

kyegomez/swarms2.4.2Nov 25, 2023by kyegomez

AI Summary

Version 2.4.2 focuses on multimodal capabilities with GPT4Vision integration, improved Flow.run() for conditional image inputs, and various quality improvements including code cleanup and documentation updates.

Key Highlights

  • GPT4Vision API and features
  • Flow.run() supports conditional img inputs (img = None)
  • BaseMultiModalModel improvements
  • Jarvis demo added
  • Code quality fixes (line length = 80)

New Features

  • GPT4Vision API
  • Flow.run() conditional image inputs
  • BaseMultiModalModel
  • Jarvis demo
  • whisperx_model
  • assembly.py
  • positive_med demo
  • blog generation examples

Full Release Notes

# 2.4.2 Release

75f3cf1: [FEAT][Flow.run() img = None for conditional img inputs, BaseMultiMod...
a92a6a5: FEAT: [BEAUTIFY in GPT4Vision][Disable logging in init of swarms]
f895497: Jarvis demo, base multimmodalmodel, whisperx -> whisperx_model
51c82cf: Commits on Nov 24, 2023 gpt4vision features and api
9390efb: cleanup
b9fea7b: gpt4v docs
66d9f70: GPT4Vision + multimodal
dfa4197: Merge pull request #190 from elder-plinius/master
539bfea: Add files via upload
97a79ac: Create assembly.py
a4348a8: clean up outputs of multi modal autonomous agents
9e6c427: tests for gpt4visionapi
0802091: gpt4vision api
9c3a292: dockerfile
399099e: Merge pull request #181 from evelynmitchell/master
55a1dfa: nougat fix
ee1ac00: clean up
d88a31a: positive_med demo;
b554d17: Merge pull request #184 from elder-plinius/master
179ca14: Merge branch 'kyegomez:master' into master
673b8ac: prompt name fixes for positive med
29b6c9b: Update autotemp_example.py
ad3e8e7: Update and rename blog_gen_example.py to blog_gen_example.py
66b9ba0: Rename blog_gen to blog_gen.py
cd82fa6: Update and rename blog_gen.py to blog_gen
14570d1: positive med
ed071e0: renamed tests to allow for pytest autodiscovery
a229685: black formatting
d1144ec: Commits on Nov 23, 2023 requirements.txt clean up
36a641b: requirements.txt
9f20592: code quality fixes: line length = 80
49c7b97: torch verisoning
d97de1c: multi agent docs + playground code quality