Skip to content

Commit

Permalink
Core 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Feb 15, 2024
1 parent 311d3f6 commit 1057db6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bpm-ai-core/bpm_ai_core/llm/openai_chat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
from typing import Dict, Any, Optional, List
import logging

from bpm_ai_core.llm.common.llm import LLM
from bpm_ai_core.llm.common.message import ChatMessage, ToolCallsMessage, SingleToolCallMessage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import io
from typing import Optional, Dict, Any, Union
import logging

from bpm_ai_core.speech_recognition.asr import ASRModel
from bpm_ai_core.util.audio import load_audio
Expand Down
2 changes: 1 addition & 1 deletion bpm-ai-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bpm-ai-core"
version = "1.1.2"
version = "1.1.4"
description = "Core AI abstractions and helpers."
authors = ["Bennet Krause <bennet.krause@holisticon.de>"]
repository = "https://github.com/holunda-io/bpm-ai"
Expand Down

0 comments on commit 1057db6

Please sign in to comment.