-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Model flow #160
Conversation
Former-commit-id: 7c930dce59e7cca83b7621573f1d3ad1d2fc9f0e
Former-commit-id: a57bd9b11a386cc4f2ca075a02e4efc9b6471cae
Former-commit-id: 45bda0b48d42e12ea53269268661c8cb11720f0b
Pipeline for posmed blog automation Former-commit-id: d6c60ccceec2d745641f70337d614ad259607548
Former-commit-id: 1cf8b2a8865bc513200919202e7074c6c939b0d5
Former-commit-id: 6dd3e50d6d41068739eb2fca972be4d2f865f772
Former-commit-id: 02a78eebea21e8622d471dec668c031cb4aadcd3
Former-commit-id: 3ea366c42dbcd7962700f15bd17b75a4a54f495a
pul Former-commit-id: c2e5042c5e5fcc6473d4393d192102c6e2a1d18b
Former-commit-id: 8f4449b2594a1c500322c61facb11eae7d93ffc8
Former-commit-id: e051954d56fe548eb729c202ec8b15c43e7d73d7
Former-commit-id: d6e074c894f69e9186b88d2ea957997d7863fa14
Former-commit-id: bab9f7e0830e6e83342f2eb4d0b194865b0c0d67
…interactive_run, streamed_generation, Former-commit-id: 9203eb57cd1121fcc4a256da60e76d608c2487ff
Former-commit-id: a479ce7419c18d016750992daae28e503d54c768
Former-commit-id: eb6f8629c97d2facac879c13e4a415ff70745b76
Former-commit-id: 2dcbd925335405b394d5e4201f4f6a09ff0ac01d
Former-commit-id: 4a1cd71f11885850fe7276c11a45ecf80e6233d5
Former-commit-id: 8a3d194a198d7463de8a40a72549787144626bcb
Former-commit-id: b43b7279806ba3a8c03cb714c1e48d9d6abc7ecb
Former-commit-id: aff7fb8360b672f7bb970615f26abfbdc3d1e782
Former-commit-id: 68b566eb5ecb83d07e278252aa95939bc13925e5
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
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
@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 |
cf92f50
to
535f587
Compare
Thank you for contributing to Swarms!
Replace this comment with:
Please make sure your PR is passing linting and testing before submitting. Run
make format
,make lint
andmake 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:
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/