Skip to content

Commit 3024093

Browse files
committed
Updated package v3.5
1 parent d502523 commit 3024093

File tree

5 files changed

+305
-216
lines changed

5 files changed

+305
-216
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to LocalLab will be documented in this file.
44

5+
## 0.3.5 - 2023-03-05
6+
7+
### Fixed
8+
9+
- Fixed Env Configuration by removing the duplicated Env Configuration.
10+
511
## [0.2.9] - 2025-03-04
612

713
### Added

locallab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
LocalLab: Run LLMs locally with a friendly API similar to OpenAI
33
"""
44

5-
__version__ = "0.3.4"
5+
__version__ = "0.3.5"
66

77
from typing import Dict, Any, Optional
88

0 commit comments

Comments
 (0)