Docs
Architech
Documentation
Documentation Fundamentals

Installation

This guide will give you everything you need to start using Architech to build your own AI model for free.

Dependencies

To use Architech, make sure you have the following dependencies installed:

  • Python 3.8 or newer
  • Colorama - pip install colorama

Functions

name(model_name):
Sets the model's name and returns a loading message.

hello(model_name, choice):
Greets the user based on a predefined choice.

hello_output(user_name, sentence):
Enter a reply from the user.

Parameters

model_name (str):
The name to set for the model.

choice (str):
The greeting choice (a1, a2, a3, a4, a5, a6, a7, a8, a9, or a10).

  • a1: "Hello! How may I help you?"
  • a2: "Hello. How may I assist you today?"
  • a3: "yo. what's up."
  • a4: "Greetings! How can I be of service?"
  • a5: "Hi! What brings you here?"
  • a6: "Salutations! Ready for a chat?"
  • a7: "Ahoy there! What brings you here?"
  • a8: "Hello! Anything exciting happening?"
  • a9: "Hey! What's the plan for today?"
  • a10: "Yo! What's the latest news?"

user_name (str):
The display name of the user.

sentence (str):
A response to the model greeting.

Docs
Copyright © Architech. All rights reserved.