Cormanz / smartgpt

A program that provides LLMs with the ability to complete complex tasks using plugins.
MIT License
1.75k stars 127 forks source link

Integration with PALM2 #42

Open Cormanz opened 1 year ago

Cormanz commented 1 year ago

Recently, Google's PALM2 model has proven to be a ready competitor to OpenAI's GPT4. For further testing, we should try to integrate it with SmartGPT, but no Rust API for the model exists, which makes this more difficult.

We should try to see if we can integrate with PALM2 using the REST API if possible.

philip06 commented 1 year ago

In progress already in: https://github.com/Cormanz/smartgpt/pull/44