Skip to content

Commit

Permalink
fix(packages/qllm-cli): improve configuration and fix several issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Sep 5, 2024
1 parent 7610061 commit f7a0394
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 36 deletions.
63 changes: 37 additions & 26 deletions packages/qllm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,86 +1,97 @@
# qllm

## 2.9.0

### Minor Changes

- Improve configuration, and several fix

### Patch Changes

- Updated dependencies
- qllm-lib@3.6.0

## 2.8.0

### Minor Changes

- Improve the chat
- Improve the chat

### Patch Changes

- Updated dependencies
- qllm-lib@3.5.0
- Updated dependencies
- qllm-lib@3.5.0

## 2.7.2

### Patch Changes

- 72aa8c0: Add run command feature in chat
- 72aa8c0: Add run command feature in chat

## 2.7.1

### Patch Changes

- 9b93450: Fix parameters parsing for commands
- Updated dependencies [9b93450]
- qllm-lib@3.4.1
- 9b93450: Fix parameters parsing for commands
- Updated dependencies [9b93450]
- qllm-lib@3.4.1

## 2.7.0

### Minor Changes

- 572a7d0: Improve the configure command
- 572a7d0: Improve the configure command

## 2.6.0

### Minor Changes

- c95ac72: add run template command, and improve configuration process
- c95ac72: add run template command, and improve configuration process

## 2.5.1

### Patch Changes

- de69b49: support directly run a template
- de69b49: support directly run a template

## 2.5.0

### Minor Changes

- 4e20449: fix regex issues
- 4e20449: fix regex issues

### Patch Changes

- 6611cb9: - Add system message and LLM parameters support in template
- Update run command to use the parameters in the template
- Updated dependencies [6611cb9]
- Updated dependencies [4e20449]
- qllm-lib@3.4.0
- 6611cb9: - Add system message and LLM parameters support in template
- Update run command to use the parameters in the template
- Updated dependencies [6611cb9]
- Updated dependencies [4e20449]
- qllm-lib@3.4.0

## 2.1.1

### Patch Changes

- Updated dependencies [5c4379f]
- qllm-lib@3.0.1
- Updated dependencies [5c4379f]
- qllm-lib@3.0.1

## 2.1.0

### Minor Changes

- 59b58e7: Move to pnpm
- a5f8088: 2.0.0
- 59b58e7: Move to pnpm
- a5f8088: 2.0.0

### Patch Changes

- feeaed4: Minor update
- Updated dependencies [59b58e7]
- Updated dependencies [feeaed4]
- Updated dependencies [a5f8088]
- qllm-lib@3.0.0
- feeaed4: Minor update
- Updated dependencies [59b58e7]
- Updated dependencies [feeaed4]
- Updated dependencies [a5f8088]
- qllm-lib@3.0.0

## 2.0.0

### Major Changes

- Run command improvements
- Run command improvements
2 changes: 1 addition & 1 deletion packages/qllm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm",
"version": "2.8.0",
"version": "2.9.0",
"description": "QLLM CLI: A versatile CLI tool for interacting with multiple AI/LLM providers. Features include chat sessions, one-time queries, image handling, and conversation management. Streamlines AI development with easy provider/model switching and configuration.",
"keywords": [
"ai",
Expand Down
6 changes: 6 additions & 0 deletions packages/qllm-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# qllm-lib

## 3.6.0

### Minor Changes

- Improve configuration, and several fix

## 3.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qllm-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm-lib",
"version": "3.5.2",
"version": "3.6.0",
"description": "Core library providing robust AI engineering functionalities tailored for Large Language Model (LLM) applications, enabling developers to build, deploy, and optimize AI solutions with ease.",
"keywords": [
"ai",
Expand Down
21 changes: 14 additions & 7 deletions packages/qllm-samples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
# qllm-samples

## 1.0.4

### Patch Changes

- Updated dependencies
- qllm-lib@3.6.0

## 1.0.3

### Patch Changes

- Updated dependencies
- qllm-lib@3.5.0
- Updated dependencies
- qllm-lib@3.5.0

## 1.0.2

### Patch Changes

- Updated dependencies [9b93450]
- qllm-lib@3.4.1
- Updated dependencies [9b93450]
- qllm-lib@3.4.1

## 1.0.1

### Patch Changes

- Updated dependencies [6611cb9]
- Updated dependencies [4e20449]
- qllm-lib@3.4.0
- Updated dependencies [6611cb9]
- Updated dependencies [4e20449]
- qllm-lib@3.4.0
2 changes: 1 addition & 1 deletion packages/qllm-samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm-samples",
"version": "1.0.3",
"version": "1.0.4",
"description": "QLLM Samples",
"keywords": [
"ai",
Expand Down

0 comments on commit f7a0394

Please sign in to comment.