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

fix invalid type #1220

Closed birdup000 closed 2 months ago

birdup000 commented 2 months ago

This fixes the error when you run python start.py Please wait while AGiXT is starting, this can take several minutes... Press Ctrl+C to stop the containers and exit. Executing: docker-compose -f docker-compose.yml stop && docker-compose -f docker-compose.yml pull && docker-compose -f docker-compose.yml up -d The Compose file './docker-compose.yml' is invalid because: services.agixt.environment.TOKENIZERS_PARALLELISM contains false, which is an invalid type, it should be a string, number, or a null An error occurred: Command 'docker-compose -f docker-compose.yml stop && docker-compose -f docker-compose.yml pull && docker-compose -f docker-compose.yml up -d' returned non-zero exit status 1.

Description

Motivation and Context

How has this been tested?

Screenshots (if appropriate)

Types of changes

Changes visible to users:

Internal changes:

Checklist