Skip to content

Commit

Permalink
chore: v0.2.21 - dify-openai without pkgx
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Dec 29, 2024
1 parent bcd254a commit 3fa64db
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .scripts/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as toml from 'jsr:@std/toml';
import * as path from 'jsr:@std/path';
import * as collections from "jsr:@std/collections/deep-merge";

const VERSION = "0.2.20";
const VERSION = "0.2.21";

type ValueSeed = {
// Path relative to the project root
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@avcodes/harbor-app",
"private": true,
"version": "0.2.20",
"version": "0.2.21",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "harbor-app"
version = "0.2.20"
version = "0.2.21"
description = "A companion app for Harbor LLM toolkit"
authors = ["av"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "Harbor",
"version": "0.2.20",
"version": "0.2.21",
"identifier": "com.harbor.app",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down
6 changes: 1 addition & 5 deletions dify/openai/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
FROM pkgxdev/pkgx
FROM node:20

WORKDIR /dify2openai

# Install + warmup
RUN pkgx install node@20 npm
RUN node --version && npm --version

COPY . .
RUN npm install

Expand Down
2 changes: 1 addition & 1 deletion harbor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ run_webtop_command() {
# ========================================================================

# Globals
version="0.2.20"
version="0.2.21"
harbor_repo_url="https://github.com/av/harbor.git"
harbor_release_url="https://api.github.com/repos/av/harbor/releases/latest"
delimiter="|"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@avcodes/harbor",
"version": "0.2.20",
"version": "0.2.21",
"description": "Effortlessly run LLM backends, APIs, frontends, and services with one command.",
"private": false,
"author": "av <[email protected]> (https://av.codes)",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "llm-harbor"
version = "0.2.20"
version = "0.2.21"
description = "Effortlessly run LLM backends, APIs, frontends, and services with one command."
repository = "https://github.com/av/harbor"
documentation = "https://github.com/av/harbor/wiki"
Expand Down

0 comments on commit 3fa64db

Please sign in to comment.