Skip to content

muntedcrocodile/Sydney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sydney

Sydney is an advanced AI designed to assist with complex chain of thought reasoning and data analysis. It utilizes a variety of tools and technologies to provide accurate and efficient solutions.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.x
  • Python requirements in requirements.txt
  • OpenAI api key

Installing Sydney

To install Sydney, follow these steps:

Put your openai api key in the .env file

Linux and macOS:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py

Windows:

py -3 -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py

Docker (reccommended)

  • install docker and docker-compose
  • run docker-compose up

Contributing to Sydney

To contribute to Sydney, follow these steps:

See the GitHub documentation on creating a pull request.

License

This project uses the following license: GPLv3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published