Skip to content

Commit

Permalink
Merge pull request #32 from SkywardAI/feat/openai
Browse files Browse the repository at this point in the history
Add openai python lib as chat template creator
  • Loading branch information
Aisuko authored Jun 28, 2024
2 parents e9a7eff + 2f46ef8 commit 5641645
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 448 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,35 @@ This repo is incubator for containers.
[![Backend CI/CD 🚀](https://github.com/SkywardAI/containers/actions/workflows/release_image.yml/badge.svg)](https://github.com/SkywardAI/containers/actions/workflows/ci.yml)


## Building image
# Building image

The project should be developed in a containerized environment which means it should be opened in the container of [Dockerfile](./Dockerfile).


## Installing poetry

```shell
make build
make poetry
```

## Add dependencies

```shell
poetry add <package-name>=<version>
```

## Lock

```shell
make lock
```

## Export as requirements.txt

```shell
make plugin

make expo
```

And then commit the changes.
Loading

0 comments on commit 5641645

Please sign in to comment.