Josh-XT / AGiXT

AGiXT is a dynamic AI Agent Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.
https://AGiXT.com
MIT License
2.6k stars 346 forks source link

Update README.md - Fix With EZLocalAI Missing Flag #1230

Closed rm4453 closed 1 month ago

rm4453 commented 1 month ago

Description

Fixed With EZLocalAI Sections by adding missing "true" flag to command-line arguments.

Updated the command-line arguments for running AGiXT with ezLocalAI to include the "true" flag. This change affects both the basic usage and the example with additional arguments.

Motivation and Context

This change is required to ensure correct usage of the --with-ezlocalai flag. It solves the problem of potential misuse or confusion when running AGiXT with ezLocalAI.

How has this been tested?

The changes have been tested by running the updated commands in a local development environment to ensure they work as expected.

Screenshots (if appropriate)

N/A

Types of changes

Changes visible to users:

Internal changes:

Checklist