leandrosardi / my.jarvis

RPA based on Computer Vision to understand the screens, Selenium to operate the screens, and GPT to natural language instructions.
MIT License
0 stars 0 forks source link

Add a persona like Jarvis who reply with short sentences. #2

Closed leandrosardi closed 6 months ago

leandrosardi commented 6 months ago

Additionally to create an assistant persona, be sure the AI will remember the previous messages of the conversation, and write answers following previous instructions.

leandrosardi commented 6 months ago

Stuck. I pushed a ticket: https://github.com/alexrudall/ruby-openai/issues/441

leandrosardi commented 6 months ago

I got it working.

leandrosardi commented 6 months ago

Now, I need to get the functions like run_command_in_local_computer working with the new assistant / thread / run schema.

leandrosardi commented 6 months ago

Now I am stuck adding custom functions to an assistant.

My ticket: https://github.com/alexrudall/ruby-openai/issues/442

Reference: https://platform.openai.com/docs/assistants/tools

leandrosardi commented 6 months ago

I did this commit with the wrong comment: a92af396c9ded792dfe11e21c077361910ae03c1

leandrosardi commented 6 months ago

Done.