Git Product home page Git Product logo

aeye's Introduction

aeye

a truly intelligent type system.

When using aeye, types aren't simple. They are not strings, floats, or integers. They are not even composite types like a user where their username is a string and their age is an integer. Instead, they work similarly to "types" in real life.

For example, a "type" in aeye could be "an integer spelled out" or "A name" (basically a step above composite types). It utilises the OpenAI API currently.

Useage

Right now, there is one main class that is used. It is called TextTemplate. TextTemplate gets subclasses and then when initialized takes a prompt. In the subclass class, you will add the following attributes:

lengths: a dictionary of a keyword and then the "type" that it is supposed to be. For example, lengths = {"name": "the name found in the users introduction"} template: a template of how the response should look, keywords put between <>. For example template = "The user's name is <name>"

Then, you will initialize it with the prompt, so if we had the class:

class TextMath(v1.TextTemplate):
  lengths = {"answer": "an integer but written out"}
  template = "The answer to the equation is <answer>"

we would use it by doing

template = TextMath("2+2")
print(template.run())

Which would print

"The answer to the equation is four"

Future

I want to add way for only type checking without the prompting. There is already a system and user prompt for them in the oai_functions file, but I am planning on making it better.

aeye's People

Contributors

ashercn97 avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.