Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Jul 21, 2023
1 parent 8917168 commit 0e75c48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/hupe1980/genie.svg)](https://pkg.go.dev/github.com/hupe1980/genie)
> Genie is a Proof of Concept (POC) source code generator that showcases the potential of utilizing Large Language Models (LLMs) for code generation. As a limited prototype, Genie provides a glimpse into the capabilities of LLM-based code generation tools. It allows users to experiment with generating source code based on simplified prompts or descriptions.
Genie is based on https://github.com/smol-ai/developer.
Genie is heavily influenced by https://github.com/smol-ai/developer.

## Installing
You can install the pre-compiled binary in several different ways
Expand All @@ -13,7 +13,6 @@ Download the .deb, .rpm or .apk from the [releases page](https://github.com/hupe
### manually:
Download the pre-compiled binaries from the [releases page](https://github.com/hupe1980/genie/releases) and copy to the desired location.


## Building from source
Install a [Go 1.20 compiler](https://golang.org/dl).

Expand Down

0 comments on commit 0e75c48

Please sign in to comment.