kyb3r / emergent

An implementation of long term memory and external tools for LLMs
MIT License
68 stars 7 forks source link

tools error #8

Open jmanhype opened 1 year ago

jmanhype commented 1 year ago

Having issues creating new tools and implementing I want a web scraper that can save output to a json when I try and run and call the function i defined it kees saying that as a ai they cant execute etc etc

not sure if its the safeguards or prompting help

basically if we can get this to work we haev plugins??

kyb3r commented 1 year ago

Hey this might be an issue with the system prompt not being optimised well. Are you using gpt-3.5 or gpt-4 right now?

I’ll try fix this soon

jmanhype commented 1 year ago

Not sure i have not changed the model so whatever you had set as default

On Mon, Apr 3, 2023, 8:55 AM Raqeeb @.***> wrote:

Hey this might be an issue with the system prompt not being optimised well. Are you using gpt-3.5 or gpt-4 right now?

I’ll try fix this soon

— Reply to this email directly, view it on GitHub https://github.com/kyb3r/emergent/issues/8#issuecomment-1494366723, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANMI52GDAPHHQ77I46DV3A3W7LJFBANCNFSM6AAAAAAWRDWJKI . You are receiving this because you authored the thread.Message ID: @.***>

kyb3r commented 1 year ago

well i managed to fix it in a different branch (for gpt-4)

https://user-images.githubusercontent.com/29310830/229698928-6f881a8a-4f09-4f4c-8582-32b8f85558bb.MOV

kyb3r commented 1 year ago

works with other tools too, i tried making a medical receptionist agent