Raycast-g4f v2.0 is here!
We introduce the following changes:
- Added new model Mistral-7B.
- Web search functionality for DeepInfra models have been completely rewritten and updated to support native function calling. This allows for a more seamless integration and should provide much better user experience.
- New feature Code Interpreter: Allows GPT to execute Python code locally, to handle complex tasks (e.g. math, data analysis). The model has been instructed to strictly only produce safe code, but use at your own risk. Currently, only selected DeepInfra models support this feature.
- Major changes to the codebase, which should make the extension faster and more lightweight. For example, we have reduced the dependencies used.
- Numerous bug fixes and QoL improvements.
⚠️ IMPORTANT NOTE: This update introduces major changes to data formats. Some data from previous versions of the extension are now incompatible. If you update to this version, your AI Chat data will be lost, unless you back them up using the "Export Chat" function. If you experience issues launching commands after updating, it's likely because of the data incompatibility. Please follow the troubleshooting instructions here.
What's Changed
- Remove Qodana CI by @XInTheDark in #60
- Improve web search for DeepInfra models, restructure message data by @XInTheDark in #59
- Add Mistral 7B model (hosted by DeepInfra) by @XInTheDark in #61
- Add Code Interpreter feature by @XInTheDark in #62
- First step to removing g4f-ts package by @XInTheDark in #63
- Remove g4f-ts package, replace with g4f-image by @XInTheDark in #64
Full Changelog: v1.5...v2.0