Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model flow #160

Closed
wants to merge 1,446 commits into from
Closed

Model flow #160

wants to merge 1,446 commits into from

Conversation

ZackBradshaw
Copy link
Contributor

@ZackBradshaw ZackBradshaw commented Nov 19, 2023

Thank you for contributing to Swarms!

Replace this comment with:

  • Description: a description of the change,
  • Issue: the issue # it fixes (if applicable),
  • Dependencies: any dependencies required for this change,
  • Tag maintainer: for a quicker response, tag the relevant maintainer (see below),
  • Twitter handle: we announce bigger features on Twitter. If your PR gets announced and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before submitting. Run make format, make lint and make test to check this locally.

See contribution guidelines for more information on how to write/run tests, lint, etc:
https://github.com/kyegomez/swarms/blob/master/CONTRIBUTING.md

If you're adding a new integration, please include:

  1. a test for the integration, preferably unit tests that do not rely on network access,
  2. an example notebook showing its use.

Maintainer responsibilities:

If no one reviews your PR within a few days, feel free to email Kye at [email protected]

See contribution guidelines for more information on how to write/run tests, lint, etc: https://github.com/kyegomez/swarms


📚 Documentation preview 📚: https://swarms--160.org.readthedocs.build/en/160/

Kye and others added 30 commits October 25, 2023 00:01
Former-commit-id: 7c930dce59e7cca83b7621573f1d3ad1d2fc9f0e
Former-commit-id: c964df23fa04f454d3b30bdce4e9362b2db41ee0
Former-commit-id: c50bc8fa48f011ce601ad74ccc76ab25578f4d87
Former-commit-id: a57bd9b11a386cc4f2ca075a02e4efc9b6471cae
Former-commit-id: 45bda0b48d42e12ea53269268661c8cb11720f0b
Pipeline for posmed blog automation

Former-commit-id: d6c60ccceec2d745641f70337d614ad259607548
Former-commit-id: de98f0b120c59ac0676a8c54a6167f55dabc3514
Former-commit-id: 1cf8b2a8865bc513200919202e7074c6c939b0d5
Former-commit-id: 6dd3e50d6d41068739eb2fca972be4d2f865f772
Former-commit-id: 02a78eebea21e8622d471dec668c031cb4aadcd3
Former-commit-id: e71a1bc235735aa7601d245c52d6fdc26a49d018
Former-commit-id: 3ea366c42dbcd7962700f15bd17b75a4a54f495a
Former-commit-id: f8e5fc5521a040ce6cfbf5fe7181a3dcbc9cf186
pul

Former-commit-id: c2e5042c5e5fcc6473d4393d192102c6e2a1d18b
Former-commit-id: 8f4449b2594a1c500322c61facb11eae7d93ffc8
Former-commit-id: e051954d56fe548eb729c202ec8b15c43e7d73d7
Former-commit-id: d6e074c894f69e9186b88d2ea957997d7863fa14
Former-commit-id: bab9f7e0830e6e83342f2eb4d0b194865b0c0d67
Former-commit-id: 746e536d82470cd2db3c04c9500d6ad3536d09dc
…interactive_run, streamed_generation,

Former-commit-id: 9203eb57cd1121fcc4a256da60e76d608c2487ff
Former-commit-id: a479ce7419c18d016750992daae28e503d54c768
Former-commit-id: eb6f8629c97d2facac879c13e4a415ff70745b76
Former-commit-id: 96313d6afab59d643a89bf360012e7b2da87d4fd
Former-commit-id: 2dcbd925335405b394d5e4201f4f6a09ff0ac01d
Former-commit-id: 4a1cd71f11885850fe7276c11a45ecf80e6233d5
Former-commit-id: 8a3d194a198d7463de8a40a72549787144626bcb
Former-commit-id: b43b7279806ba3a8c03cb714c1e48d9d6abc7ecb
Former-commit-id: aff7fb8360b672f7bb970615f26abfbdc3d1e782
Former-commit-id: 68b566eb5ecb83d07e278252aa95939bc13925e5
Former-commit-id: 0ad9278230284dc17e7a58a28e2df2eef13de6a0
api/main.py Outdated
try:
res = executor({"input": promptedQuery})
except Exception as e:
return {"answer": str(e), "files": []}

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
api/main.py Outdated
try:
res = executor({"input": promptedQuery})
except Exception as e:
return {"answer": str(e), "files": []}

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
@kyegomez
Copy link
Owner

@ZackBradshaw i don't know what i'm looking at here, i don't see any new code because of the old commits and code and docs are still here, https://github.com/kyegomez/swarms/pull/160/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants